unplugged-vendor/prebuilts/sdk/perm
2025-10-06 13:59:42 +00:00
..
21.txt Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
readme.txt Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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