2

I want to know if this is possible and if it is how can I manage to do this. When the app is installed it should root the device and grant su access to that app. After that it should unroot the device, keeping the su rights to that app.

jorjap
  • 358
  • 3
  • 7
  • 20

1 Answers1

1

It will not grant you SU access, but it can give you access to your app

It is using the Device Administration APIs, you can read about it here:

http://developer.android.com/guide/topics/admin/device-admin.html

it may help you

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Mitul Nakum
  • 5,514
  • 5
  • 35
  • 41