Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-3777

Remove the receiver from the app manifest

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • push

      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>
      

      Details: https://developers.google.com/cloud-messaging/android/android-migrate-fcm#remove_the_receiver_from_the_app_manifest

            supittma@redhat.com Summers Pittman (Inactive)
            mwessend@redhat.com Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: