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

Remove the permissions required by GCM

    XMLWordPrintable

Details

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

    Description

      With FCM the following permissons can be removed from the AndroidManifest.xml file:

      <uses-permission android:name="android.permission.WAKE_LOCK" />
      <permission android:name="<your-package-name>.permission.C2D_MESSAGE"
                  android:protectionLevel="signature" />
      <uses-permission android:name="<your-package-name>.permission.C2D_MESSAGE" />
      

      Details here: https://developers.google.com/cloud-messaging/android/android-migrate-fcm#switch_to_fcm_in_the_app-level_buildgradle

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: