Add config for DMRH updater

Bug: 214564235
Test: none
Change-Id: I582938899c1117d4ed104588061c6bbde626253c
This commit is contained in:
arangelov
2022-01-14 16:22:55 +00:00
parent 0cc4a29f4a
commit 47322cf3af
2 changed files with 5 additions and 0 deletions

View File

@@ -2136,6 +2136,9 @@
<!-- The name of the package that will hold the system calendar sync manager role. -->
<string name="config_systemAutomotiveCalendarSyncManager" translatable="false"></string>
<!-- The name of the package that will handle updating the device management role. -->
<string name="config_deviceManagerUpdater" translatable="false"></string>
<!-- The name of the package that will be allowed to change its components' label/icon. -->
<string name="config_overrideComponentUiPackage" translatable="false">com.android.stk</string>

View File

@@ -4643,4 +4643,6 @@
<java-symbol type="string" name="config_supervisedUserCreationPackage"/>
<java-symbol type="bool" name="config_enableSafetyCenter" />
<java-symbol type="string" name="config_deviceManagerUpdater" />
</resources>