This commit is contained in:
2024-09-06 01:04:53 +09:00
parent 3813a4293b
commit 1ca2b360d7
6 changed files with 97 additions and 59 deletions
+4 -1
View File
@@ -52,11 +52,14 @@
android:stateNotNeeded="true"
android:enableOnBackInvokedCallback="true"
android:largeHeap="true"
android:debuggable="false"
android:networkSecurityConfig="@xml/network_security_config"
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true"
android:screenOrientation="nosensor"
android:windowSoftInputMode="adjustResize"
android:requestLegacyExternalStorage="true">
android:requestLegacyExternalStorage="true"
>
<activity
android:name=".LauncherActivity"