summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Remi NGUYEN VAN <reminv@google.com> 2021-04-22 14:38:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-04-22 14:38:40 +0000
commit89cd3d59c044d10239fd68c502a325dc56980916 (patch)
treebd6757fb50b83624503a1894d9d3fb77e78da206
parent6b4ecd94c1ed13a4b11f1cf9e26af500ccbd9cd1 (diff)
parentc78125940a5e7aa19b7c10459c4b359d6b3cc940 (diff)
Merge "Add QUERY_ALL_PACKAGES to net integration tests"
-rw-r--r--tests/net/integration/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/net/integration/AndroidManifest.xml b/tests/net/integration/AndroidManifest.xml
index db1850031ff5..2e1368935759 100644
--- a/tests/net/integration/AndroidManifest.xml
+++ b/tests/net/integration/AndroidManifest.xml
@@ -38,6 +38,8 @@
<!-- Reading DeviceConfig flags -->
<uses-permission android:name="android.permission.READ_DEVICE_CONFIG"/>
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
+ <!-- Querying the resources package -->
+ <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<application android:debuggable="true">
<uses-library android:name="android.test.runner"/>