We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a10209 commit 41d01cbCopy full SHA for 41d01cb
play-services-core/src/main/AndroidManifest.xml
@@ -370,6 +370,7 @@
370
<intent-filter>
371
<action android:name="org.microg.gms.gcm.CONNECTED" />
372
<action android:name="org.microg.gms.gcm.REGISTER_ACCOUNT" />
373
+ <action android:name="org.microg.gms.gcm.REGISTER_ALL_ACCOUNTS" />
374
<action android:name="org.microg.gms.gcm.NOTIFY_COMPLETE" />
375
376
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
0 commit comments