• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This directory contains all user-visible permissions declared
2by the core platform and built-in applications for each platform
3version.
4
5The file can be generated by running the following command
6on a freshly wiped device (that does not have any third party apps
7installed):
8
9adb shell pm list permissions -u -g | sort | grep "permission:" | tr -d "\\r" > prebuilts/sdk/perm/NN.txt
10