Google has this warning when I submit my app. I want to make sure I get ontop of this before they start rejecting my app. My app is written in Python with Kivy, and it's compiled using Buildozer
"Apps targeting Android 13 or above and use advertising ID must include the com.google.android.gms.permission.AD_ID permission in the manifest."
My app doesn't have adds, but I would like to know what to do for either situation.
This post for non Kivy/Python apps says we need to edit AndroidManifest.xml, but I have not seen this xml file before.