I want to use some linux commands in an android app using the
Process proc= runtime.getruntime().exec(".......")
does this work without conflict on an all android devices by default? the app runs perfectly on my phone, but i am in doubt if it will run all others because dumpsys seemed to have some issues on certain phones. Any info that will help understand this detail would be great!
what about ADB commands like pull? is it ok to use them in an app?