Update AndroidManifest.xml

This commit is contained in:
xC3FFF0E 2022-05-05 17:47:57 +08:00 committed by GitHub
parent 326cc1b746
commit 0092078610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
<application
android:allowBackup="true"
android:requestLegacyExternalStorage="true"
android:requestLegacyExternalStorage="true"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:name=".SketchApplication"
@ -47,11 +47,11 @@
</activity>
<activity
android:name=".DebugActivity"
android:exported="true"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name="com.google.android.gms.ads.AdActivity"
android:exported="true"
android:exported="true"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />
<meta-data