简体   繁体   English

Android如何禁用推送通知?

[英]Android How to disable push notifications?

Is there any way to check/manage the push notifications (C2DM or from other service) is available for the Android phone or its based on application to application and have to manage in application only. 有没有办法检查/管理推送通知(C2DM或其他服务)可用于Android手机或基于应用程序的应用程序,并且只能在应用程序中进行管理。

Regards, Android_IT 此致,Android_IT

If your push messages are wap push messages and they are not from your facebook/gmail account, it definitely comes from your other installed application. 如果您的推送消息是wap push messages并且它们不是来自您的facebook / gmail帐户,那么它肯定来自您的其他已安装的应用程序。 To detect from which application it comes from just install free app called Airpush detector and detect which apps send push messages and uninstall them. 要检测它来自哪个应用程序,只需安装名为Airpush detector免费应用程序,并检测哪些应用程序发送推送消息并卸载它们。 Here is link for Airpush dector 这里是Airpush dector的链接

i too have been receiving annoying push messages on my samsung galaxy s7562. 我也一直在我的三星Galaxy s7562上接收恼人的推送消息。 what i did to stop it... i just go to the messaging-settings-push message settings and i simply unchecked the "receive push message from network"...hope this will help. 我做了什么来阻止它...我只是去消息设置 - 推送消息设置,我只是取消选中“从网络接收推送消息”...希望这将有所帮助。

Yes you can disable it..

Let me explain how? 我来解释一下怎么样? When you want push notification from server then you have to register your device. 当您想要从服务器发送push notification ,您必须注册您的设备。 So same as there is option of unregistered if you do not want push notification anymore.So simply check if your device is already registered then unregistered your device. 如果您不想push notification ,则可以选择unregistered只需检查您的设备是否已注册,然后取消注册您的设备。

But next and most important thing which i think you want. 但是我认为你想要的下一个也是最重要的事情。 In android device there is not option explicitly to stop push notifications. So you have to implement by using code. 所以你必须使用代码来实现。

On this topic many people have discuss so i am giving you reference.Go through it May this help you 关于这个话题很多人都在讨论,所以我给你参考。通过它可以帮助你

Click me for more help 点击我获取更多帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM