Loading core/res/res/values/config.xml +5 −0 Original line number Diff line number Diff line Loading @@ -6470,4 +6470,9 @@ <!-- Whether unlocking and waking a device are sequenced --> <bool name="config_orderUnlockAndWake">false</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> core/res/res/values/symbols.xml +2 −0 Original line number Diff line number Diff line Loading @@ -4917,6 +4917,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" /> Loading Loading
core/res/res/values/config.xml +5 −0 Original line number Diff line number Diff line Loading @@ -6470,4 +6470,9 @@ <!-- Whether unlocking and waking a device are sequenced --> <bool name="config_orderUnlockAndWake">false</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>
core/res/res/values/symbols.xml +2 −0 Original line number Diff line number Diff line Loading @@ -4917,6 +4917,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" /> Loading