From 0a11a92c0d6c3ae8ed7178dbe2785bbc6d7f867d Mon Sep 17 00:00:00 2001 From: Kholoud Mohamed Date: Tue, 15 Dec 2020 15:50:07 +0000 Subject: Grant shell MANAGE_PROFILE_AND_DEVICE_OWNERS permission CTS tests will now need to call some provisioning APIs that require MANAGE_PROFILE_AND_DEVICE_OWNERS, this was previously avoided because CTS tests were starting Managed Proviosing using a hacky way to provision devices, we are now getting rid of this as it was causing a lot of flakines. This is part of bigger a plan to improve our testing infrastructure. Test: atest android.devicepolicy.cts.DevicePolicyManagerTest Bug: 175392542 Change-Id: Id2e2f98f1d3785e45d8b94569bf9b30ae8c9f808 --- packages/Shell/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 5d6c4c35560c..a58ec65530a7 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -120,6 +120,7 @@ + -- cgit v1.2.3-59-g8ed1b