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
This commit is contained in:
Amos Bianchi
2023-01-17 13:29:45 -08:00
parent 7535df427e
commit c5f2e36650
3 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -2154,6 +2154,8 @@
<bool name="config_enableDefaultNotes">false</bool>
<!-- Whether the default notes role for work profile should be enabled. -->
<bool name="config_enableDefaultNotesForWorkProfile">false</bool>
<!-- The name of the package that will hold the system financed device controller role. -->
<string name="config_systemFinancedDeviceController" translatable="false">com.android.devicelockcontroller</string>
<!-- The name of the package that will handle updating the device management role. -->
<string name="config_devicePolicyManagementUpdater" translatable="false"></string>

View File

@@ -146,6 +146,8 @@
<public name="config_systemWearHealthService" />
<!-- @hide @SystemApi -->
<public name="config_defaultNotes" />
<!-- @hide @SystemApi -->
<public name="config_systemFinancedDeviceController" />
</staging-public-group>
<staging-public-group type="dimen" first-id="0x01ca0000">