From 22472c6361fe8b73335ed058ba88a9700f9f80a1 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Tue, 18 May 2021 14:37:50 +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 62e11b9baca2a..ee2387b167a21 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -444,6 +444,7 @@ applications that come with the platform + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 2a12ce2854b6d..133a839bdc94f 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -427,8 +427,9 @@ - + +