gloeyisk / universal-gms-doze

Patches Google Play services app and certain processes/services to be able to use battery optimization
GNU General Public License v2.0
1.43k stars 36 forks source link

Please tell me, will this module affect fcm push? #53

Closed Chuhe2399 closed 2 months ago

Chuhe2399 commented 9 months ago

Please tell me, will this module affect fcm push?

fillwithjoy1 commented 9 months ago

Depends, if you set the background policy to restricted, you are going to suffer fcm push losses. Also when the phone is dozing, if the background policy is NOT set to unrestricted, then GMS is shut down during doze which means no notifications at all if you dont touch your phone. It all depends on your needs on FCM push, and you can always look into restricting other apps as an alternative

Chuhe2399 commented 9 months ago

Thank you for clearing up the confusion.