AD_ID Permission Guide[ENG] - bidmad/Bidmad-Android GitHub Wiki
AD_ID Permission Guide
Beginning in early 2022, apps targeting API 31 must declare the Google Play Services general permission below to obtain an ADID. For details of Goolge's policy, please refer to here.
For smooth service provision, app owners are requested to update BidmadSDK to version 2.0.0.0 or higher. If you do not update the SDK, please declare the following permissions in AndroidManifest.xml.
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
For some apps that should not be included in the above permission, it can be uninstalled through the code below. However, if ADID collection is not possible due to the code declaration, the service may not be provided smoothly, so please share the contents with ADOP in advance.
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>