Clean up unused Android permissions
I came from the future to save your lives. Here (in the future), LINT does check for missing permissions as you can see on LINT checks. So, go to your AndroidManifest.xml and remove all tags <uses-permission> using Android permissions (meaning, don’t delete permissions that belong to your app, such as UA_DATA and C2D_MESSAGE). Then run … Read more