Document OS.execute() limitations on Android

This commit is contained in:
Hugo Locurcio 2024-02-05 18:58:48 +01:00
parent d3352813ea
commit d94ee14123
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -125,6 +125,7 @@
[b]Note:[/b] To execute a PowerShell built-in command, specify [code]powershell.exe[/code] in [param path], [code]-Command[/code] as the first argument, and the desired command as the second argument.
[b]Note:[/b] To execute a Unix shell built-in command, specify shell executable name in [param path], [code]-c[/code] as the first argument, and the desired command as the second argument.
[b]Note:[/b] On macOS, sandboxed applications are limited to run only embedded helper executables, specified during export.
[b]Note:[/b] On Android, system commands such as [code]dumpsys[/code] can only be run on a rooted device.
</description>
</method>
<method name="find_keycode_from_string" qualifiers="const">