mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-23 12:06:43 +01:00
Update AndroidManifest.xml
This commit is contained in:
parent
cc92b62f78
commit
bb75b519a1
@ -12,7 +12,6 @@
|
|||||||
<uses-permission android:name="android:name=com.google.android.gms.permission.AD_ID" />
|
<uses-permission android:name="android:name=com.google.android.gms.permission.AD_ID" />
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:requestLegacyExternalStorage="true"
|
|
||||||
android:icon="@mipmap/xmanager"
|
android:icon="@mipmap/xmanager"
|
||||||
android:roundIcon="@mipmap/xmanager_round"
|
android:roundIcon="@mipmap/xmanager_round"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
@ -73,6 +72,6 @@
|
|||||||
</provider>
|
</provider>
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.google.android.gms.ads.APPLICATION_ID"
|
android:name="com.google.android.gms.ads.APPLICATION_ID"
|
||||||
android:value="null~null"/>
|
android:value="ca-app-pub-3319548483346434~9030061641"/>
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
Reference in New Issue
Block a user