问题
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