From 901c70d18ca94eecf52aaedf338ddbc7ff9532fb Mon Sep 17 00:00:00 2001 From: Zimuzo Date: Tue, 19 Mar 2019 21:45:49 +0000 Subject: Add CONTROL_KEYGUARD_SECURE_NOTIFICATIONS to shell app Shell app needs the permission when we run KeyguardManager CTS for allowing private notifications as a privileged app. Bug: 127351183 Test: m -j Change-Id: I199bac8c8fed9ff0fc63b8c62f8002a6b273b28f --- data/etc/privapp-permissions-platform.xml | 1 + packages/Shell/AndroidManifest.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index fcd5d566f250..94f69b8905d6 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -307,6 +307,7 @@ applications that come with the platform + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index d639e5eca43d..7c8aa0907f04 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -178,6 +178,9 @@ + + + -- cgit v1.2.3-59-g8ed1b