Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1bb395f authored by Fs00's avatar Fs00 Committed by Marvin W.
Browse files

Don't require apps to use RECEIVE permission for GCM/FCM

parent df5ad9f3
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -214,8 +214,7 @@

        <!-- Cloud Messaging -->
        <service
            android:name="org.microg.gms.gcm.PushRegisterService"
            android:permission="com.google.android.c2dm.permission.RECEIVE">
            android:name="org.microg.gms.gcm.PushRegisterService">
            <intent-filter>
                <action android:name="com.google.android.c2dm.intent.REGISTER" />
                <action android:name="com.google.android.c2dm.intent.UNREGISTER" />
@@ -233,8 +232,7 @@
        <service android:name="org.microg.gms.gcm.McsService" />

        <receiver
            android:name="org.microg.gms.gcm.SendReceiver"
            android:permission="com.google.android.c2dm.permission.RECEIVE">
            android:name="org.microg.gms.gcm.SendReceiver">
            <intent-filter>
                <action android:name="com.google.android.gcm.intent.SEND" />
            </intent-filter>