Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47322cf3 authored by arangelov's avatar arangelov
Browse files

Add config for DMRH updater

Bug: 214564235
Test: none
Change-Id: I582938899c1117d4ed104588061c6bbde626253c
parent 0cc4a29f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>

+2 −0
Original line number Diff line number Diff line
@@ -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>