How to update your AndroidManifest.xml
#
Update your Unity AndroidManifest.xml#
1.Permission configurationSet the following permissions in your project's AndroidManifest.xml
:
#
2.Set Activity Definitions#
(1)If Mitegral China-Mainland is aggregated (Only Support AndroidX),the following configuration must be added to AndroidManifest.xmlThat mb_provider_paths.xml
has been written into the three-party aar resource package
#
(2)If Admob is aggregated, the following configuration must be added to AndroidManifest.xml (you can find your app ID in the AdMob UI).For details,update_your_androidmanifest
#
(3)If Applovin is aggregated, the following configuration must be added to AndroidManifest.xml (you can find your SDK Key in the AppLovin).For details,Where to get the AppId or SDK Key
#
(4)If Tencent GDT is aggregated, the following configuration must be added to AndroidManifest.xmlThat gdt_file_path.xml
has been written into the three-party aar resource package
#
(5)If Smaato is aggregated, your application targets Android 5.0 (API level 21) or higher, then you need to add the following line to your application AndroidManifest.xml file:For details,Smaato integration
#
(6)If Kuaishou is aggregated, the following configuration must be added to AndroidManifest.xml#
(7)If YouDao is aggregated, the following configuration must be added to AndroidManifest.xmlThat ad_download_paths.xml
has been written into the three-party aar resource package
#
(8)If Joomob is aggregated, the following configuration must be added to AndroidManifest.xmlThat uniplay_file_path.xml
has been written into the three-party aar resource package
#
3.Android 9 AdaptationAdded the following configuration in AndroidManifest.xml: