Add stateNotNeeded and resumeWhilePausing to LauncherActivity

This commit is contained in:
MM20 2022-05-18 19:51:48 +02:00
parent cca3a5f31c
commit 7f8f0af838
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -10,6 +10,8 @@
android:exported="true"
android:launchMode="singleTask"
android:theme="@style/LauncherTheme"
android:stateNotNeeded="true"
android:resumeWhilePausing="true"
android:windowSoftInputMode="stateHidden|adjustNothing">
<intent-filter>
<action android:name="android.intent.action.MAIN" />