mirror of https://github.com/termux/termux-app
Be more explicit about minimum requirements
parent
c70bfdc5a4
commit
06f1de1b26
|
@ -1,10 +1,10 @@
|
||||||
## RUN_COMMAND Intent
|
## RUN_COMMAND Intent
|
||||||
|
|
||||||
Third-party apps that are not part of Termux world can run commands in Termux app context by either sending an intent to `RunCommandService` or becoming a plugin host for the `termux-tasker` plugin client.
|
Since `0.95` (Android 7), third-party apps that are not part of Termux world can run commands in Termux app context by either sending an intent to `RunCommandService` or becoming a plugin host for the `termux-tasker` plugin client.
|
||||||
|
|
||||||
The intent can either be sent with `am startservice` command or with Java. Getting command result back is also possible for intents sent with Java, but not possible with `am startservice` command and it will require Termux app version `>= 0.109`.
|
The intent can either be sent with `am startservice` command or with Java. Getting command result back is also possible for intents sent with Java, but not possible with `am startservice` command and it will require Termux app version `>= 0.109`.
|
||||||
|
|
||||||
You may also want to check out `termux-tasker` [README](https://github.com/termux/termux-tasker).
|
You may also want to check out `termux-tasker` [README](https://github.com/termux/termux-tasker) (available for android 5+).
|
||||||
|
|
||||||
|
|
||||||
### Setup Instructions
|
### Setup Instructions
|
||||||
|
|
Loading…
Reference in New Issue