From db04fd8b1fab7452a42322f56f45c4f4a0d92014 Mon Sep 17 00:00:00 2001 From: Linus Tufvesson Date: Fri, 5 Mar 2021 13:56:06 +0000 Subject: [PATCH] Add SYSTEM_TELEVISION_NOTIFICATION_HANDLER This cl adds a config value for the role and modifes permissionLevel for SYSTEM_APPLICATION_OVERLAY to allow it to be assigned to a role holder. Bug: 181961605 Test: Manully tested by assigning the role to launcher Change-Id: I27f11ca3b731c843f5742f745d1ff34589c9dc28 --- core/api/system-current.txt | 1 + core/res/res/values/config.xml | 2 ++ core/res/res/values/public.xml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 5ca4d35d4c222..7c78d3001a386 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -359,6 +359,7 @@ package android { field public static final int config_systemGallery = 17039399; // 0x1040027 field public static final int config_systemShell = 17039402; // 0x104002a field public static final int config_systemSpeechRecognizer = 17039406; // 0x104002e + field public static final int config_systemTelevisionNotificationHandler = 17039409; // 0x1040031 field public static final int config_systemWellbeing = 17039408; // 0x1040030 field public static final int config_systemWifiCoexManager = 17039407; // 0x104002f } diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 8bc3a52fa17bf..7c66e64f5a517 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1961,6 +1961,8 @@ + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 293018d881d89..dee4834a8665b 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3175,6 +3175,8 @@ + +