Hello, recently I updated an app using the Construct 3 r308.2 stable version, and I noticed that 2 permissions were added (as you can see on the screenshot).
However, Family apps, that is, as per Google policy, apps intended for children must not send advertising IDs, so I need to remove the permission: com.google.android.gms.permission.AD_ID
Is there a way to remove this permission on Construct? I googled that this permissions can be removed on Android export project, on the Manifest file using the next code:
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
However, this permission doesn't appear on the file.
Thanks for your help!