From 3379259e80f61117b4f7911a2254c0ba836307e1 Mon Sep 17 00:00:00 2001 From: Elliot Sisteron Date: Thu, 25 Nov 2021 23:59:14 +0000 Subject: [PATCH] Add SEND_SAFETY_CENTER_UPDATE to shell permissions. This is to ensure the CTS tests SafetyCenterManagerTest still passes after enforcing the permission. Test: atest CtsSafetyCenterTestCases Bug: 205706756 Ignore-AOSP-First: Not announced yet, and need to use a permission that hasn't been merged in AOSP Change-Id: Iaee11c55fc25a82299d4c45dd7d24151a4f8c30b --- 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 70a3fc706b40f..60cb9d321f023 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -517,6 +517,8 @@ applications that come with the platform + + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 36b633b2c5ec6..262cf536eff55 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -603,6 +603,9 @@ + + +