Tag : record screen

To execute a shell command from your android app you can grab the standard input of the su process just launched by Runtime.getRuntime().exec(“su”) and write down the command there, otherwise you are running the commands with the current UID. With the following code you can excute the screenrecord command to grab your screen to a ..

Read more