From c59852945085b820f09541a43641d1ec973f3e26 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Wed, 30 Oct 2019 18:30:03 +0900 Subject: [PATCH] Add permissions to NetIntegrationTests manifest As the TestNetworkStack target is updated not to use the complete NetworkStackManifest to avoid including priv-app permissions and actual service names, the missing permissions must be added to the FrameworksNetIntegrationTests manifest. Add the permissions and attributes that are necessary for the test, and used to be merged from the TestNetworkStack library manifest. Test: atest FrameworksNetIntegrationTests Change-Id: I8b434e67f3a6c9141da71c6dfab1be77aa0f8411 --- tests/net/integration/AndroidManifest.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/tests/net/integration/AndroidManifest.xml b/tests/net/integration/AndroidManifest.xml index 91b3cd9e79..4dd3b5a23d 100644 --- a/tests/net/integration/AndroidManifest.xml +++ b/tests/net/integration/AndroidManifest.xml @@ -17,7 +17,6 @@ */ --> @@ -26,13 +25,19 @@ + + + + + + + - @@ -45,9 +50,9 @@ - +