From 9fe658adc303f4a7c27eae9d7b64cedb28e98dd1 Mon Sep 17 00:00:00 2001 From: markchien Date: Tue, 17 Dec 2019 16:58:20 +0800 Subject: [PATCH] Add TETHER_PRIVILEGED permission to shell for CTS test. Grant TETHER_PRIVILEGED permissions to the shell identity for use within CTS tests. Bug: 145490751 Test: atest CtsTetheringTest Change-Id: Ifad265cdc5e0b1b1b2fa8f4f79eeb7dd18493624 Merged-In: Ifad265cdc5e0b1b1b2fa8f4f79eeb7dd18493624 --- data/etc/privapp-permissions-platform.xml | 2 ++ packages/Shell/AndroidManifest.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 51fc1e122153b..9899fc7464e98 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -333,6 +333,8 @@ applications that come with the platform + + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 092eedf87f9d6..3df355904aa63 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -213,6 +213,9 @@ + + +