From e0484de39a46f15006f0eec4ece5be5b78b4fa0f Mon Sep 17 00:00:00 2001 From: Bernardo Rufino Date: Mon, 11 Jan 2021 18:39:26 +0000 Subject: [PATCH] Add BROADCAST_CLOSE_SYSTEM_DIALOGS to recents package It uses AM.closeSystemDialogs() and should have the permission. I had created the protection level in ag/13090697 but forgot to actually request the permission. Bug: 177228919 Bug: 159105552 Test: atest CloseSystemDialogsTest Test: atest android.server.wm.WindowMetricsActivityTests#testMetricsMatchesLayoutOnActivityOnCreate Change-Id: I661dac17f2160ed36adb1a193e739c200169a37d --- quickstep/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml index 4e7c3fa75b..8dab9150c4 100644 --- a/quickstep/AndroidManifest.xml +++ b/quickstep/AndroidManifest.xml @@ -27,6 +27,7 @@ android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:protectionLevel="signatureOrSystem" /> +