From 94a4bd82ba2c2cf84fc97676edfd4ddde15cb557 Mon Sep 17 00:00:00 2001 From: Arc Wang Date: Thu, 23 Sep 2021 18:33:22 +0800 Subject: [PATCH] Ues permission to protect DeepLinkHomepageActivity DeepLinkHomepageActivity needs the permission android.permission.LAUNCH_TWO_PANE_SETTINGS_DEEP_LINK to limit the apps that can show Activity in Settings 2-pane. The permission is of protectionLevel signature|preinstalled. System grants the permission automatically to all the preinstalled apps and the apps that signed with platform key. Bug: 197048599 Test: build pass Change-Id: I1c2de3c9cddae432c5ff6e5d6ad56959b8117f8b --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d2a9c75fc69..a34713dce6c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -178,6 +178,7 @@