From 924c94e7cdc824b2730b05911dd48d6552a3bb89 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Thu, 22 Apr 2021 22:02:01 +0900 Subject: [PATCH] Add QUERY_ALL_PACKAGES to net integration tests The permission is necessary for ConnectivityService to obtain its resource package. As the integration tests run ConnectivityService in-process, they need the permission. Bug: 186091860 Test: atest FrameworksNetIntegrationTests Change-Id: I60cf9b54faddf0ea4cb02146c83c9bba58370749 --- tests/net/integration/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/net/integration/AndroidManifest.xml b/tests/net/integration/AndroidManifest.xml index db1850031f..2e13689357 100644 --- a/tests/net/integration/AndroidManifest.xml +++ b/tests/net/integration/AndroidManifest.xml @@ -38,6 +38,8 @@ + +