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

Commit d7629744 authored by Rhed Jao's avatar Rhed Jao Committed by Eric Biggers
Browse files

Add a configuration to enable or disable support for repair mode

Enables or disables the platform's 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.

Bug: 277560577
Test: Build
Change-Id: I6217b00b488851c63f3249c74ca2b64ace29806f
Merged-In: I6217b00b488851c63f3249c74ca2b64ace29806f
(cherry picked from commit 37f2d128)
parent 46fac3ca
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>
+2 −0
Original line number Diff line number Diff line
@@ -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" />