Android Manifest AD_ID declaration warning in Google Play Console
I have a Flutter app that uses Google Analytics with it, so I added the com.google.android.gms.permission.AD_ID
permission to the main AndroidManifest.xml
file. I also declared in Google Play Console that the app is using this permission.
So everything should be fine, right?