diff options
| author | 2022-01-20 17:17:55 +0000 | |
|---|---|---|
| committer | 2022-01-20 17:17:55 +0000 | |
| commit | feb567fa9e2d5886ed498adeb2483c9ada2a03cb (patch) | |
| tree | a98c57021011627f21b069a2fee351b2db5841ca | |
| parent | 802cb377af922fb7875c665f45d6d3b55dd3e643 (diff) | |
| parent | 47322cf3af4e843f07541e938ae17bcd109d2fac (diff) | |
Merge "Add config for DMRH updater"
| -rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 4b6d97f28525..4a5df99b6377 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2138,6 +2138,9 @@ <!-- The name of the package that will hold the default automotive navigation role. --> <string name="config_defaultAutomotiveNavigation" 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 6bc35ec2fffe..5e8851976556 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -4646,4 +4646,6 @@ <java-symbol type="string" name="config_supervisedUserCreationPackage"/> <java-symbol type="bool" name="config_enableSafetyCenter" /> + + <java-symbol type="string" name="config_deviceManagerUpdater" /> </resources> |