Execution from android #3372
-
Hello, If someone can give me an insight ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, that's a top secret. We don't tell others. But on a serious note, your app needs to use |
Beta Was this translation helpful? Give feedback.
Sorry, that's a top secret. We don't tell others.
But on a serious note, your app needs to use
targetSdkVersion
<= 28
to allow execution from app data directory, unless executable file is shipped inside apk file as native library, checkandroid-10
branch or https://github.com/agnostic-apollo/TaskerAppFactory as sample. The/data/local/tmp
directory is owned byadb
shell
user and you will only be allowed to execute if file has777
permissions, app users normally can't read/write files in that directory. Make sure to restart device after loweringtargetSdkVersion
.#2445 (comment)
#2155