From dead379e4819d66f5c6c92dfcca09483f9323c9a Mon Sep 17 00:00:00 2001 From: kholoud mohamed Date: Fri, 9 Apr 2021 13:45:17 +0100 Subject: [PATCH] Add a new permission to install testOnly apps Added a new permission INSTALL_TEST_ONLY_PACKAGE and granted it to shell, this will allow installing testOnly apps from a testAPI. Test: N/A Bug: 183716601 Change-Id: I047a4013fb3462db3487eab2d1635ea75ae29264 --- core/res/AndroidManifest.xml | 7 +++++++ packages/Shell/AndroidManifest.xml | 1 + 2 files changed, 8 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 9d65e71317c56..3906c371b9029 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4108,6 +4108,13 @@ + + +