Skip to content

Commit 41d01cb

Browse files
committed
Add missing action to manifest
Fixes bug introduced with #3222
1 parent 7a10209 commit 41d01cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

play-services-core/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@
370370
<intent-filter>
371371
<action android:name="org.microg.gms.gcm.CONNECTED" />
372372
<action android:name="org.microg.gms.gcm.REGISTER_ACCOUNT" />
373+
<action android:name="org.microg.gms.gcm.REGISTER_ALL_ACCOUNTS" />
373374
<action android:name="org.microg.gms.gcm.NOTIFY_COMPLETE" />
374375

375376
<action android:name="com.google.android.c2dm.intent.RECEIVE" />

0 commit comments

Comments
 (0)