From 1f5ef8e31d365210ce1d7cf91a7717b0a5d9b43c Mon Sep 17 00:00:00 2001 From: Alex Kershaw Date: Wed, 23 Jun 2021 17:28:14 +0100 Subject: [PATCH] Give Shell the NOTIFY_PENDING_SYSTEM_UPDATE permission This is required for GTS testing it, rather than having to instrument GMS Core. Bug: 182271592 Test: tested as part of other CLs in this topic Change-Id: Id56e0d206afe0a9069d1510a3dae9a07141fff60 --- data/etc/privapp-permissions-platform.xml | 2 ++ packages/Shell/AndroidManifest.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 04291e3dcc5c9..a870ea8d805f1 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -494,6 +494,8 @@ applications that come with the platform + + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 959b5ca566870..bea4f0ecb42c7 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -563,6 +563,9 @@ + + +