diff options
author | 2024-12-06 13:44:28 +0000 | |
---|---|---|
committer | 2024-12-06 13:49:38 +0000 | |
commit | 7d8cbd025033ca31da4da9a7317d6e56dbcf784d (patch) | |
tree | edb27b17d05e728976290c4c4a2aa574fcc6b8d0 /packages/Shell | |
parent | 2953a34a43881f14ca68d11a6787eaf7d30000e5 (diff) |
Remove permission usage for the Wear specific ACCESS_BUG_REPORT_FILES.
Bug: b/356843009
Change-Id: I2157e03dfbd9378320fe5d615937c90fd3c8de16
Diffstat (limited to 'packages/Shell')
-rw-r--r-- | packages/Shell/AndroidManifest.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index baf829ab3b14..fa6e2dbe02f3 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -740,9 +740,6 @@ <uses-permission android:name="android.permission.USE_CUSTOM_VIRTUAL_MACHINE" /> <uses-permission android:name="android.permission.DEBUG_VIRTUAL_MACHINE" /> - <!-- Permission required to access bugreport and screenshot files created by wear. --> - <uses-permission android:name="com.google.wear.permission.ACCESS_BUG_REPORT_FILES" /> - <!-- Permission required to run GtsAssistantTestCases --> <uses-permission android:name="android.permission.MANAGE_VOICE_KEYPHRASES" /> |