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

Commit 689a9fc1 authored by Yi-an Chen's avatar Yi-an Chen Committed by Automerger Merge Worker
Browse files

Merge "Add config flag for OEM to control PbA" into tm-dev am: 90cd705e am:...

Merge "Add config flag for OEM to control PbA" into tm-dev am: 90cd705e am: 40a2fac8 am: 14a0d136

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18781159



Change-Id: I5f105c68026b3a7baecf06c7f0d210fdcd9f655d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c838d328 14a0d136
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5692,6 +5692,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
@@ -4751,6 +4751,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" />