Android using Super User Permissions ? allowing access

前端 未结 3 1262
醉梦人生
醉梦人生 2020-12-05 09:10

im trying to find the method behind having superuser access on android devices. basically i want my app to be able to remove system files, and so asking the user if its ok a

3条回答
  •  情深已故
    2020-12-05 09:43

    If I'm getting it right you want to grant your application root privileges. This is not possible with the standard Android image which is installed on the devices. The su command does not support changing to root.

    You can however load a customized rooted ROM on your device other than that I'm afraid there is no solution.

提交回复
热议问题