mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-24 16:31:11 +01:00
Don't require apps to use RECEIVE permission for GCM/FCM
This commit is contained in:
parent
df5ad9f3de
commit
e1bb395ff8
@ -214,8 +214,7 @@
|
|||||||
|
|
||||||
<!-- Cloud Messaging -->
|
<!-- Cloud Messaging -->
|
||||||
<service
|
<service
|
||||||
android:name="org.microg.gms.gcm.PushRegisterService"
|
android:name="org.microg.gms.gcm.PushRegisterService">
|
||||||
android:permission="com.google.android.c2dm.permission.RECEIVE">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.google.android.c2dm.intent.REGISTER" />
|
<action android:name="com.google.android.c2dm.intent.REGISTER" />
|
||||||
<action android:name="com.google.android.c2dm.intent.UNREGISTER" />
|
<action android:name="com.google.android.c2dm.intent.UNREGISTER" />
|
||||||
@ -233,8 +232,7 @@
|
|||||||
<service android:name="org.microg.gms.gcm.McsService" />
|
<service android:name="org.microg.gms.gcm.McsService" />
|
||||||
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="org.microg.gms.gcm.SendReceiver"
|
android:name="org.microg.gms.gcm.SendReceiver">
|
||||||
android:permission="com.google.android.c2dm.permission.RECEIVE">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.google.android.gcm.intent.SEND" />
|
<action android:name="com.google.android.gcm.intent.SEND" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user