mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-28 17:19:19 +00:00
Removed useless permission in manifest
This commit is contained in:
parent
9d0a2d2d13
commit
8794d25a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
<receiver android:name="org.linphone.gcm.GCMReceiver" android:permission="com.google.android.c2dm.permission.SEND" >
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
|
||||
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
|
||||
<!-- <action android:name="com.google.android.c2dm.intent.REGISTRATION" /> Looks like it's not needed anymore and can even cause crashes... -->
|
||||
<category android:name="org.linphone" /> <!-- Change package ! -->
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue