Skip to content Skip to sidebar Skip to footer

Stop Application Getting Notification From Fcm/gcm

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 androi

Solution 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:

enter image description here

Post a Comment for "Stop Application Getting Notification From Fcm/gcm"