Removed useless permission in manifest

This commit is contained in:
Sylvain Berfini 2014-04-02 10:13:55 +02:00
parent 4f5e76c4dc
commit 0347963deb

View file

@ -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>