remove com.google.android.gms.permission.AD_ID Permission
Our customer want to publish a new Android App version to Google Play Store today, but he it got an error.
com.google.android.gms.permission.AD_ID
I fixed this error a long time ago.
<uses-permission android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove"/>
The same as other permissions.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
tools:node="remove"/>
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:node="remove"/>