Revert "Removed useless permission in manifest", actually it's needed

This reverts commit 0347963deb.
This commit is contained in:
Sylvain Berfini 2014-04-02 11:38:24 +02:00
parent 0347963deb
commit 3cf851bb46

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" /> Looks like it's not needed anymore and can even cause crashes... -->
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
<category android:name="org.linphone" /> <!-- Change package ! -->
</intent-filter>
</receiver>