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
When I select the Widget option in the launcher on my Samsung phone, I can select the 2x2 Widget or the 1x1 Shortcut.
On my OnePlus Pad with OxygenOS 14.0, only the 2x2 Widget is available.
I read on some forum that the next release of Termux-Widget will have a button to install shortcuts, and that for now we must use an external app like "App Manager"
I found a better solution without external app.
Just create:
~/.shortcuts/tasks/create-shortcut
with content:
am start com.termux.widget/.TermuxCreateShortcutActivity
The first time you need to run it from the command line or from the 2x2 Widget to create the create-shortcut shortcut.
It may be helpful for others with the same problem to add this solution to the SETUP instructions while we are waiting for the release of the next version.
The text was updated successfully, but these errors were encountered:
Feature description
When I select the Widget option in the launcher on my Samsung phone, I can select the 2x2 Widget or the 1x1 Shortcut.
On my OnePlus Pad with OxygenOS 14.0, only the 2x2 Widget is available.
I read on some forum that the next release of Termux-Widget will have a button to install shortcuts, and that for now we must use an external app like "App Manager"
I found a better solution without external app.
Just create:
with content:
The first time you need to run it from the command line or from the 2x2 Widget to create the
create-shortcut
shortcut.It may be helpful for others with the same problem to add this solution to the SETUP instructions while we are waiting for the release of the next version.
The text was updated successfully, but these errors were encountered: