Use the adb tool to manage permssions from the command line:
-
List permissions and status by group:
$ adb shell pm list permissions -d -g
-
Grant or revoke one or more permissions:
$ adb shell pm [grant|revoke] <permission-name> ...
Use the adb tool to manage permssions from the command line:
List permissions and status by group:
$ adb shell pm list permissions -d -g
Grant or revoke one or more permissions:
$ adb shell pm [grant|revoke] <permission-name> ...