We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83261bb commit 98d8b05Copy full SHA for 98d8b05
app/src/main/AndroidManifest.xml
@@ -42,7 +42,7 @@
42
android:configChanges="uiMode"
43
android:exported="true"
44
android:label="@string/launch_name"
45
- android:launchMode="singleTop">
+ android:launchMode="singleTask">
46
<intent-filter>
47
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
48
<action android:name="android.intent.action.MAIN" />
0 commit comments