From 43158d470e952872be7cb862079dcd5bfd135493 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Wed, 14 Apr 2021 09:52:38 -0700 Subject: [PATCH] Shell: Allow usage of UwbManager APIs This permission is needed for uwb CTS tests. Is the minimally scoped permission that needs to be added? - Yes, this only allows the app to range to uwb devices. What options did you explore that did not need this permission? - Without this permission, it would be impossible to test any of the UwbManager API's. Bug: 183747097 Test: Compiles Change-Id: Ie4264cdcd3f84c965da70f8f8fefe538378c47f6 Merged-In: Ie4264cdcd3f84c965da70f8f8fefe538378c47f6 --- data/etc/privapp-permissions-platform.xml | 1 + packages/Shell/AndroidManifest.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index aef68d0fd0975..2e7fa2574b797 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -383,6 +383,7 @@ applications that come with the platform + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index bd5f8ab26bd90..973928f02db90 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -387,6 +387,9 @@ + + +