Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clear allowed permissions on Android M

How to clear all allowed permissions on Android Marshmallow? This need for developing and testing.

I know, that I can do it manually, but I want to do this in programmatically way.

like image 259
Sirelon Avatar asked Feb 19 '16 13:02

Sirelon


1 Answers

I found answer :-)

Command

adb shell pm reset-permissions
like image 110
Sirelon Avatar answered Sep 27 '22 20:09

Sirelon