Skip to content

Commit

Permalink
Fixed: Fix issue where app main activity will be brought to front if …
Browse files Browse the repository at this point in the history
…it existed in recent apps stack and a shortcut was run from launcher
  • Loading branch information
agnostic-apollo committed Oct 30, 2022
1 parent 5caa653 commit 03c9cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<activity
android:name=".TermuxLaunchShortcutActivity"
android:noHistory="true"
android:launchMode="singleInstance"
android:taskAffinity=".TermuxLaunchShortcutActivity"
android:theme="@android:style/Theme.NoDisplay"
android:exported="true"/>

Expand Down

0 comments on commit 03c9cb7

Please sign in to comment.