Why does this Shell variant work ?
, but much faster variant of the process - no
?
B4X:
Dim s As String = "input tap 300 300"
Dim su As SuShell
su.Execute(s)
B4X:
Dim s As String = "input tap 300 300"
Dim su As SuProcess
su.Execute(s)
?