This commit is contained in:
2026-04-20 17:48:09 +09:00
parent 6813a6bdd7
commit 5b86fc7e2b
5 changed files with 37 additions and 12 deletions
+3
View File
@@ -122,6 +122,7 @@
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:screenOrientation="sensor"
android:hardwareAccelerated="true"
android:excludeFromRecents="true"
android:exported="false">
</activity>
@@ -131,6 +132,7 @@
android:launchMode="singleInstance"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:screenOrientation="portrait"
android:excludeFromRecents="true"
android:hardwareAccelerated="true"
android:exported="false">
</activity>
@@ -141,6 +143,7 @@
android:launchMode="singleInstance"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:screenOrientation="sensor"
android:excludeFromRecents="true"
android:hardwareAccelerated="true"
android:exported="false">
</activity>