Add config for DMRH updater
Bug: 214564235
Test: none
Change-Id: I582938899c1117d4ed104588061c6bbde626253c
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index f4b7b73..74bc81e 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -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>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 0acd4bf..f0dcc50 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -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>