feat: add opt-in home screen launcher via termux.properties#5095
Open
Frodotus wants to merge 1 commit into
Open
feat: add opt-in home screen launcher via termux.properties#5095Frodotus wants to merge 1 commit into
Frodotus wants to merge 1 commit into
Conversation
Adds a disabled-by-default activity-alias (HomeLauncherActivity) that registers Termux as a home screen launcher. Enable it by setting enable-home-screen-launcher=true in termux.properties. Implements the feature requested in termux#206.
|
This is actually very cool feature, looking forward to it being accepted after the rewrite is done. :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Termux as an optional home screen launcher, disabled by default. This implements the feature requested in #206.
HomeLauncherActivityactivity-alias (disabled by default) withHOMEandDEFAULTintent filtersenable-home-screen-launcherproperty totermux.properties— set totrueto enableupdateFileReceiverActivityComponentsState(), consistent with howdisable-file-share-receiveranddisable-file-view-receiverare handledHow to enable
Add to
~/.termux/termux.properties:Then restart Termux. You can then select Termux as your home app from system Settings → Apps → Default apps → Home app.
Closes #206