Can't grant all permissions possible with ADB

Mr.Lon

New member
FORCE_STOP_PACKAGE

MODIFY_PHONE_STATE

UPDATE_DEVICE_STATS

BIND_ACCESSIBILITY_SERVICE

...is this an issue?
 

Jacob L

Moderator (Lawsonator)
FORCE_STOP_PACKAGE

MODIFY_PHONE_STATE

UPDATE_DEVICE_STATS

BIND_ACCESSIBILITY_SERVICE

...is this an issue?
Force stop is a root method for stopping apps, it saves resources.
I don't know Update device stats
Bind accessibility is to allow UI interaction action and other accessibility services.

They aren't issues, make sure you keep apps updated and if you need help, there's info in the (?) Buttons
 

Mr.Lon

New member
Force stop is a root method for stopping apps, it saves resources.
I don't know Update device stats
Bind accessibility is to allow UI interaction action and other accessibility services.

They aren't issues, make sure you keep apps updated and if you need help, there's info in the (?) Buttons
Ahhh...see....only it the device is rooted it's possible to grant these. Thanx
 

FrameXX

Well-known member
These permission are static (not togglable) and are granted or denied automatically by Android system. Permission that are privilegied to system apps will Android deny to non-system apps like MacroDroid and you can't grant them even with ADB.

But for example permissions like VIBRATE or INTERNET will be granted instantly to every app.

(Not sure if this is 100% sure, but this is what I can say as far).
 
Last edited:
Top