Dianne Hackborn | a7e0fd2 | 2014-10-29 16:03:53 -0700 | [diff] [blame] | 1 | This directory contains all user-visible permissions declared |
2 | by the core platform and built-in applications for each platform | ||||
3 | version. | ||||
4 | |||||
5 | The file can be generated by running the following command | ||||
6 | on a freshly wiped device (that does not have any third party apps | ||||
7 | installed): | ||||
8 | |||||
9 | adb shell pm list permissions -u -g | sort | grep "permission:" | tr -d "\\r" > prebuilts/sdk/perm/NN.txt |