标签: android push-notification google-cloud-messaging
我目前正在向设备发送gcm(Google云消息)推送通知设备。每当我收到通知时,它都会打开我的活动(我已经编写了发送通知代码的表格)。我知道这是我在发送通知时在GCMIntentService课程中给出的。但我想在收到通知时避免开放活动。
GCMIntentService
我在GCMIntentService中提供null代替myactivity.class,但是在这种情况下它会给我null pointer exception。
null pointer exception
请有人帮我解决这个问题。我对gcm知之甚少。