Skip to content

Commit

Permalink
Use singleTask for 4.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Sep 6, 2023
1 parent 5688ef9 commit 0d00021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
android:name=".Main"
android:configChanges="orientation|screenSize|keyboardHidden|density|screenLayout|uiMode|fontScale"
android:exported="true"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:theme="@style/Theme.customMain" >
<meta-data
android:name="com.samsung.android.keepalive.density"
Expand Down

0 comments on commit 0d00021

Please sign in to comment.