From 6b8fa1dcfbfaf43b5f480f0a8a893c799ffe7860 Mon Sep 17 00:00:00 2001 From: Holly Sun Date: Fri, 20 Jan 2023 00:36:12 +0000 Subject: [PATCH] Add recents protection level to BIND_QUICK_SETTINGS_TILE. We'll reuse BIND_QUICK_SETTINGS_TILE permission for the newly added LauncherTileService, which is bind by Launcher to talk with SysUI to get Quick Settings tiles. Test: build; add this permission requirement to LauncherTileService and declare this permission in Launcher, Launcher is able to bind the service Test: build Bug: 262443413 Change-Id: I0ab22d4b1c255436d9c9b747dd2251439c72d48b --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 6a80d1cb62a71..b10df606f3345 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3893,7 +3893,7 @@

Should only be requested by the System, should be required by TileService declarations.--> + android:protectionLevel="signature|recents" />