xref: /aosp_15_r20/prebuilts/sdk/perm/readme.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
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