2018-07-23 pm list
2018-07-23 本文已影响0人
七点水Plus
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> ...