Android Question Avoid permissions requests with full root access

Blueforcer

Well-Known Member
Licensed User
Longtime User
I develop an app for an industrial panel.
Its rooted and my app is signed with the device specific key.

is there any way to avoid showing permission requests like overlay, location etc and grant all permissions out of the box?
 
Last edited:

Sandman

Expert
Licensed User
Longtime User
I'm just guessing here, but if you're running the app as root on that device, wouldn't you already have all permissions?
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Another guess is maybe you could set the "targetSDK" to an android version before runtimes permission existed (I think android 6?) and maybe that would avoid having to prompt the user.
 
Upvote 0
Top