I want to use shell command for my app as root permission. I put in my manifest:
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
I want to know if there is a way to allow Super User permission programmatically without using any input device. As you know a window like this is appearing :
I want to avoid that step and programmatically select Remember choice forever.