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

Commit 21950848 authored by Yi-an Chen's avatar Yi-an Chen
Browse files

Add config flag for OEM to control PbA

Bug: 235594253

Test: Manually on Raven
Change-Id: If2ffd62a5cb262bc2c0f5e6dfcd11aefe92c96e9
parent e2b71171
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5658,6 +5658,9 @@
    <!-- Determines whether SafetyCenter feature is enabled. -->
    <bool name="config_enableSafetyCenter">true</bool>

    <!-- Config for whether Safety Protection is enabled. -->
    <bool name="config_safetyProtectionEnabled">false</bool>

    <!-- Flag indicating if help links for Settings app should be enabled. -->
    <bool name="config_settingsHelpLinksEnabled">false</bool>

+2 −0
Original line number Diff line number Diff line
@@ -4738,6 +4738,8 @@

  <java-symbol type="bool" name="config_enableSafetyCenter" />

  <java-symbol type="bool" name="config_safetyProtectionEnabled" />

  <java-symbol type="string" name="config_devicePolicyManagementUpdater" />

  <java-symbol type="string" name="config_deviceSpecificDeviceStatePolicyProvider" />