From 53f4cd0e9b30871354f977bb9c54b62fc83a1cf8 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 91b3cd9e791fb..4dd3b5a23d7a7 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 @@ - +