From c5f2e366503b36973aa935f0adf9c1636162b941 Mon Sep 17 00:00:00 2001 From: Amos Bianchi Date: Tue, 17 Jan 2023 13:29:45 -0800 Subject: [PATCH] Add config for system financed device controller. This config is used in the role definition. Bug: 256910046 Test: adb shell cmd role get-role-holders android.app.role.SYSTEM_FINANCED_DEVICE_CONTROLLER Change-Id: I8aea026e1a573280c7a4209c7c9435bdc2b296a2 --- core/api/system-current.txt | 1 + core/res/res/values/config.xml | 2 ++ core/res/res/values/public-staging.xml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 46ac81969ca50..14271118dcd25 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -456,6 +456,7 @@ package android { field public static final int config_systemAutomotiveProjection = 17039401; // 0x1040029 field public static final int config_systemCompanionDeviceProvider = 17039417; // 0x1040039 field public static final int config_systemContacts = 17039403; // 0x104002b + field public static final int config_systemFinancedDeviceController; field public static final int config_systemGallery = 17039399; // 0x1040027 field public static final int config_systemNotificationIntelligence = 17039413; // 0x1040035 field public static final int config_systemSettingsIntelligence = 17039426; // 0x1040042 diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index f544feb0ec130..ea90451be8a56 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2154,6 +2154,8 @@ false false + + com.android.devicelockcontroller diff --git a/core/res/res/values/public-staging.xml b/core/res/res/values/public-staging.xml index 58b8601e234fd..6f6982e8baa1f 100644 --- a/core/res/res/values/public-staging.xml +++ b/core/res/res/values/public-staging.xml @@ -146,6 +146,8 @@ + +