From b173952e1919a6f5114ece6b5f58483f9d7b5448 Mon Sep 17 00:00:00 2001 From: kholoud mohamed Date: Thu, 8 Apr 2021 15:23:39 +0100 Subject: Grant shell missing permissions Granted shell the missing normal, dangerous, and development permissions that can already be granted to third party apps. Test: N/A Bug: 183716601 Change-Id: I11df0d753f830b6ba6ea2222f7d8a7d778161953 --- data/etc/privapp-permissions-platform.xml | 9 ++++ packages/Shell/AndroidManifest.xml | 69 +++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 0987f7782edc..c06be7dbd002 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -505,6 +505,15 @@ applications that come with the platform + + + + + + + + + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 5a3298d3e730..2aa049801b5e 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -42,6 +42,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-59-g8ed1b