You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
382 B
10 lines
382 B
4 months ago
|
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
|