diff options
author | Brian Stack <bstack@google.com> | 2021-02-17 17:01:11 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-02-17 17:01:11 +0000 |
commit | 4aeba8055d6de45303a4e537858ad305db52580d (patch) | |
tree | dc5ccb88c5f565d9ac75a26059c734035acdcfdb /core/res | |
parent | bb6c348b0fb89d584717e8fc91a65e0eb04569e8 (diff) | |
parent | 613b8c890b1ca2341efb2f082e3b74d92e99dcb0 (diff) |
Merge "Add new android.permission.UWB_PRIVILEGED" am: 613b8c890b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1566904
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ifaf72ea7489764a6075c523f797778107178e168
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 24539b724f70..c5eb185b135a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1922,6 +1922,12 @@ <permission android:name="android.permission.ENABLE_TEST_HARNESS_MODE" android:protectionLevel="signature" /> + <!-- @SystemApi Allows access to ultra wideband device. + <p>Not for use by third-party applications. + @hide --> + <permission android:name="android.permission.UWB_PRIVILEGED" + android:protectionLevel="signature|privileged" /> + <!-- ================================== --> <!-- Permissions for accessing accounts --> <!-- ================================== --> |