标签: android push-notification google-cloud-messaging
我需要在我的应用中为推送通知切换,但我无法在服务器中进行更改。我可以拦截GCM中的推送消息而不是在顶部栏中显示它吗?
答案 0 :(得分:2)
由于您是显示通知的人,因此您不必“拦截”任何内容。您已经收到GCM消息,其中包含您编写的代码,代码显示Notification。只需让代码检查您的SharedPreferences(或存储“切换”的位置),看看代码是否应该实际显示Notification。
Notification
SharedPreferences