add info about tasker back intent

This commit is contained in:
Evgeny
2022-06-10 09:43:17 +03:00
parent a810ae8e99
commit 8ae40f1040

View File

@@ -436,7 +436,7 @@ After task is done, the `on_tasker_result(boolean)` function will be called with
If you want to pass data from the task to the script, you can use the broadcast intent `ru.execbit.aiolauncher.COMMAND` by adding the following line to the extra: If you want to pass data from the task to the script, you can use the broadcast intent `ru.execbit.aiolauncher.COMMAND` by adding the following line to the extra:
``` ```
script:SCRIPT_FILE_NAME:DATA_STRING cmd:script:SCRIPT_FILE_NAME:DATA_STRING
``` ```
Here `SCRIPT_FILE_NAME` is the name of the script or `*` if you want to pass data to all scripts. The `DATA_STRING` is the string with the data. Here `SCRIPT_FILE_NAME` is the name of the script or `*` if you want to pass data to all scripts. The `DATA_STRING` is the string with the data.