use singleTask launch mode to prevent activity stacking
This commit is contained in:
parent
1cf7b95b59
commit
2dddb6799a
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
android:launchMode="singleTask"
|
||||||
android:theme="@style/Theme.NovaShellForAndroid">
|
android:theme="@style/Theme.NovaShellForAndroid">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue