Stop application getting notification from fcm/gcm

北城以北 提交于 2021-01-27 12:55:55

问题


I know some android app like chat applications use FCM or GCM from google services to send new messages notification to their users.

Now I want to know there is any way from android devices setting to stop getting notifications from FCM OR GCM . Thanks.


回答1:


You can not stop FCM/GCM service only on your device. but you can stop overall notifications of an app from AppInfo as shown below:

Go to AppInfo > App Notifications and turn off the toggle to disable the notifications.

Below is screenshot:



来源:https://stackoverflow.com/questions/51165794/stop-application-getting-notification-from-fcm-gcm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!