Merge "Add a configuration to enable or disable support for repair mode" into udc-qpr-dev

This commit is contained in:
Rhed Jao
2023-05-15 02:38:16 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 0 deletions

View File

@@ -6456,4 +6456,9 @@
<!-- Whether the AOSP support for app cloning building blocks is to be enabled for the
device. -->
<bool name="config_enableAppCloningBuildingBlocks">true</bool>
<!-- Enables or disables support for repair mode. The feature creates a secure
environment to protect the user's privacy when the device is being repaired.
Off by default, since OEMs may have had a similar feature on their devices. -->
<bool name="config_repairModeSupported">false</bool>
</resources>

View File

@@ -4911,6 +4911,8 @@
<java-symbol type="bool" name="config_safetyProtectionEnabled" />
<java-symbol type="bool" name="config_repairModeSupported" />
<java-symbol type="string" name="config_devicePolicyManagementUpdater" />
<java-symbol type="string" name="config_deviceSpecificDeviceStatePolicyProvider" />