Skip to content

Commit b29b2ac

Browse files
GiorgosXouagnostic-apollo
authored andcommitted
Fixed: Fix typo for RUN_COMMAND intent
Closes #81
1 parent 1b32313 commit b29b2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The `Termux:Tasker` plugin requires [Termux] app to run the actual commands. You
6565

6666
#### `com.termux.permission.RUN_COMMAND` permission (Mandatory)
6767

68-
For `Termux:Tasker` version `>= 0.5`, the plugin host app will need to be granted the `com.termux.permission.RUN_COMMAND` permission to run **ANY** plugin commands. This is a security measure to prevent any other apps from running commands in `Termux` context which do not have the required permission granted to them. This is also required for the [RUN_COMMAND Intent] intent.
68+
For `Termux:Tasker` version `>= 0.5`, the plugin host app will need to be granted the `com.termux.permission.RUN_COMMAND` permission to run **ANY** plugin commands. This is a security measure to prevent any other apps from running commands in `Termux` context which do not have the required permission granted to them. This is also required for the [RUN_COMMAND Intent].
6969

7070
The [Tasker] app has requested the permission since `v5.9.3`, so you will need to update the app if you are using an older version. You can grant the permission using the `Permissions` activity in the `App Info` activity of your plugin host app. For `Tasker` you can grant it with: `Android Settings` -> `Apps` -> `Tasker` -> `Permissions` -> `Additional permissions` -> `Run commands in Termux environment`.
7171

@@ -352,7 +352,7 @@ Moreover, exchanging data between `Tasker` and `Termux:Tasker` is done using [In
352352
353353
Basically, make sure any data/arguments you send to `Termux:Tasker` is less than `120KB` (or whatever you found) and any expected result sent back is less than `100KB`, but best keep it as low as possible for greater portability. If you want to exchange an even larger data between tasker and termux, use physical files instead.
354354
355-
The argument data limits also apply for the [RUN_COMMAND Intent] intent.
355+
The argument data limits also apply for the [RUN_COMMAND Intent].
356356
357357
358358
##### Termux Environment

0 commit comments

Comments
 (0)