summaryrefslogtreecommitdiffstats
path: root/perm/readme.txt
blob: eedb79d35693fc324dfefd16d90125b30c3405ca (plain)
1
2
3
4
5
6
7
8
9
This directory contains all user-visible permissions declared
by the core platform and built-in applications for each platform
version.

The file can be generated by running the following command
on a freshly wiped device (that does not have any third party apps
installed):

adb shell pm list permissions -u -g | sort | grep "permission:" | tr -d "\\r" > prebuilts/sdk/perm/NN.txt