Refactor FCM processing to improve use of foreground services.

This commit is contained in:
Greyson Parrelli
2022-05-10 15:11:47 -04:00
committed by Alex Hart
parent 06a49b5d5a
commit 9afeb206fc
7 changed files with 177 additions and 147 deletions

View File

@@ -706,7 +706,9 @@
<service android:name=".service.GenericForegroundService"/>
<service android:name=".gcm.FcmFetchService" />
<service android:name=".gcm.FcmFetchBackgroundService" />
<service android:name=".gcm.FcmFetchForegroundService" />
<service android:name=".gcm.FcmReceiveService">
<intent-filter>