use singleTask launch mode to prevent activity stacking

This commit is contained in:
Damocles 2026-04-22 21:01:59 +02:00
parent 1cf7b95b59
commit 2dddb6799a

View file

@ -17,6 +17,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTask"
android:theme="@style/Theme.NovaShellForAndroid">
<intent-filter>
<action android:name="android.intent.action.MAIN" />