Add stateNotNeeded and resumeWhilePausing to LauncherActivity
This commit is contained in:
parent
cca3a5f31c
commit
7f8f0af838
@ -10,6 +10,8 @@
|
|||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:theme="@style/LauncherTheme"
|
android:theme="@style/LauncherTheme"
|
||||||
|
android:stateNotNeeded="true"
|
||||||
|
android:resumeWhilePausing="true"
|
||||||
android:windowSoftInputMode="stateHidden|adjustNothing">
|
android:windowSoftInputMode="stateHidden|adjustNothing">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user