From bc4a843f18cc47784d8bc2d86a29d44502f736db Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Tue, 18 May 2021 13:57:05 +0100 Subject: [PATCH] Add permission to shell for CTS test This grants the shell app the SUGGEST_EXTERNAL_TIME permission needed for the TimeManagerTest (CTS) to invoke the TimeManager.suggestExternalTime() method during tests. Bug: 184947690 Bug: 177079827 Test: See associated cts change Merged-In: Ia1995ec9503dbd2b12e0b5b5f92a96e02f85beec Change-Id: Ia1995ec9503dbd2b12e0b5b5f92a96e02f85beec --- data/etc/privapp-permissions-platform.xml | 1 + packages/Shell/AndroidManifest.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index e1a0f64913a8e..079019328b884 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -470,6 +470,7 @@ applications that come with the platform + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 1d321f28aa7e2..6d058053a791b 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -455,8 +455,9 @@ - + +