From 91bcebcf6285f5ec56947844a3ca69971927a5f1 Mon Sep 17 00:00:00 2001 From: Jay Thomas Sullivan Date: Mon, 5 Feb 2024 14:02:59 -0800 Subject: [PATCH] [ECM] Declare MANAGE_ENHANCED_CONFIRMATION_STATES permission (Settings) Declare the MANAGE_ENHANCED_CONFIRMATION_STATES permission in packages/apps/Settings/AndroidManifest.xml. Settings needs this permission to interact with EnhancedConfirmationManager. (Note that this is strictly a hint. In practice, Settings uses the system uid has therefore access to the permission regardless of whether we declare it here.) Test: presubmit Bug: 320512579 Change-Id: Id9eda14b6e3b0d4f0f45b6bb039d9ac84260a740 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c8f35ae561c..4d7c64c06d2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -142,6 +142,7 @@ +