修正iOS 接口 isPushStopped 的返回值,使stop 返回 1,非stop 返回 0

This commit is contained in:
darkterrorooo
2015-11-26 13:10:58 +08:00
parent 32d3ecc917
commit c2818fb193
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class MyReceiver extends BroadcastReceiver {
if (JPushInterface.ACTION_REGISTRATION_ID.equals(intent.getAction())) {
}else if (JPushInterface.ACTION_UNREGISTER.equals(intent.getAction())){
// }else if (JPushInterface.ACTION_UNREGISTER.equals(intent.getAction())){
} else if (JPushInterface.ACTION_MESSAGE_RECEIVED.equals(intent.getAction())) {
handlingReceivedMessage(intent);