mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-06 09:35:32 +01:00
Update AndroidManifest.xml
This commit is contained in:
parent
326cc1b746
commit
0092078610
@ -16,7 +16,7 @@
|
|||||||
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
|
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:icon="@drawable/app_icon"
|
android:icon="@drawable/app_icon"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:name=".SketchApplication"
|
android:name=".SketchApplication"
|
||||||
@ -47,11 +47,11 @@
|
|||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".DebugActivity"
|
android:name=".DebugActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:screenOrientation="portrait" />
|
android:screenOrientation="portrait" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.google.android.gms.ads.AdActivity"
|
android:name="com.google.android.gms.ads.AdActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
|
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
|
||||||
android:theme="@android:style/Theme.Translucent" />
|
android:theme="@android:style/Theme.Translucent" />
|
||||||
<meta-data
|
<meta-data
|
||||||
|
Loading…
Reference in New Issue
Block a user