-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
With FCM, "com.google.android.gms.gcm.GcmReceiver" is added automatically.
The following can be removed from the cookbook app's manifest:
<receiver android:name="com.google.android.gms.gcm.GcmReceiver" android:exported="true" android:permission="com.google.android.c2dm.permission.SEND" > <intent-filter> <action android:name="com.google.android.c2dm.intent.RECEIVE" /> <category android:name="com.example.gcm" /> </intent-filter> </receiver>