Running ARM executable in Android API 29+ programatically
I’m trying to execute an ARM executable
in my android app without root permission to read & write commands.
I tried a solution but it failed because of Behavioural changes (API 29+)
I want to also read and write commands in the program, so both InputStream
and OutputStream
will be required