summaryrefslogtreecommitdiff
path: root/packages/Shell/AndroidManifest.xml
diff options
context:
space:
mode:
author shafik <shafik@google.com> 2020-01-10 12:12:25 -0800
committer android-build-merger <android-build-merger@google.com> 2020-01-10 12:12:25 -0800
commit285becce88a3fd57ea2e2d6e6d1cc479c200ab2d (patch)
tree5aedea54205c8c19b25901e1e0742879720e43f9 /packages/Shell/AndroidManifest.xml
parenta8a7a9b13a925ce5a9d52820af891bcbbbe2d941 (diff)
parentfdca31f41df7981dba1a062f803a0e1dea715aa8 (diff)
Merge "Make com.android.shell request MANAGE_EXTERNAL_STORAGE" am: 3095c56b3a am: 74c3cd9cca
am: fdca31f41d Change-Id: I4a987e289e9cc362d8a5637f17a37d8ec74fee69
Diffstat (limited to 'packages/Shell/AndroidManifest.xml')
-rw-r--r--packages/Shell/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 347d6c2264eb..1c63efc3b5bc 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -194,6 +194,9 @@
<uses-permission android:name="android.permission.MANAGE_APPOPS" />
+ <!-- Permission required for storage tests - FuseDaemonHostTest -->
+ <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
+
<!-- Permission needed to run network tests in CTS -->
<uses-permission android:name="android.permission.MANAGE_TEST_NETWORKS" />
<!-- Permission needed to test tcp keepalive offload. -->