Merge "Add config for system financed device controller."
This commit is contained in:
@@ -457,6 +457,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
|
||||
|
||||
@@ -2180,6 +2180,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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user