Skip to content

Execution from android #3372

Closed Answered by agnostic-apollo
rdluffy asked this question in Q&A
Discussion options

You must be logged in to vote

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, check android-10 branch or https://github.com/agnostic-apollo/TaskerAppFactory as sample. The /data/local/tmp directory is owned by adb shell user and you will only be allowed to execute if file has 777 permissions, app users normally can't read/write files in that directory. Make sure to restart device after lowering targetSdkVersion.

#2445 (comment)

#2155

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by agnostic-apollo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants