Prevent FCM bottlenecking.

This commit is contained in:
Greyson Parrelli
2020-05-26 11:58:34 -04:00
parent 4cda267f3b
commit fe25d941bb
6 changed files with 167 additions and 66 deletions

View File

@@ -531,7 +531,9 @@
<service android:name=".service.GenericForegroundService"/>
<service android:name=".gcm.FcmService">
<service android:name=".gcm.FcmFetchService" />
<service android:name=".gcm.FcmReceiveService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>