You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: Rename TermuxAPIActivity to TermuxAPIMainActivity stage 2
The `TermuxAPILauncherActivity` activity alias has been added for `TermuxAPIMainActivity`. This will allow disabling the launcher activity, but still allow the main activity to be launched from Termux app. The launcher activity will also now be allowed to be enabled again without having to reinstall the app with the `Enable Launcher Icon` button in the main activity if its currently disabled.
<stringname="msg_display_over_other_apps_permission_not_granted_warning">The display over other
47
48
apps permission should be granted to &TERMUX_API_APP_NAME; app for starting foreground
48
49
activities from background. Check https://developer.android.com/guide/components/activities/background-starts
49
50
for more info.
50
51
</string>
51
52
<stringname="action_grant_display_over_other_apps_permission">Grant Draw Over Apps Permission</string>
52
53
54
+
<stringname="msg_change_launcher_activity_state_info">The &TERMUX_API_APP_NAME; app does not
55
+
require a require launcher activity/icon to function. You can optionally disable the launcher
56
+
activity if you want and enable it again from the main activity if required.
57
+
\n\nThe launcher activity is an alias for the current main activity of the app which can
58
+
still be opened after disabling the launcher activity. The main activity can be opened
59
+
from `&TERMUX_APP_NAME; app settings` -> `&TERMUX_API_APP_NAME;` -> `Open App` if the
60
+
option has been implemented in your installed &TERMUX_APP_NAME; app version. Otherwise,
61
+
running the `am start "%1$s/%2$s"` command in the &TERMUX_APP_NAME; app should open it.
62
+
\n\nNote that on some devices the APIs may not function properly if the launcher activity is
0 commit comments