-
Hi everyone, i know that using the content concept in Android, we can launch an installed android applications through another one. |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Sep 8, 2021
Replies: 1 comment
-
Answered duplicate discussion: #2258. You need to use a RUN_COMMAND intent in your application. A complete documentation about RUN_COMMAND with examples you can find there: https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answered duplicate discussion: #2258. You need to use a RUN_COMMAND intent in your application. A complete documentation about RUN_COMMAND with examples you can find there: https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent.