We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/termux/termux-packages/blob/master/packages/termux-tools/termux-open-url
I don't seem to have the "am" command.
The text was updated successfully, but these errors were encountered:
You can try and play around with the am script available in standard termux installation.
am
$ cat /data/data/com.termux/files/usr/bin/am #!/data/data/com.termux/files/usr/bin/sh export CLASSPATH=/data/data/com.termux/files/usr/libexec/termux-am/am.apk unset LD_LIBRARY_PATH LD_PRELOAD exec /system/bin/app_process / com.example.termuxam.Am "$@"
But it seems to rely on the apk to be available anywhere..
Sorry, something went wrong.
No branches or pull requests
https://github.com/termux/termux-packages/blob/master/packages/termux-tools/termux-open-url
I don't seem to have the "am" command.
The text was updated successfully, but these errors were encountered: