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

Commit 022c4384 authored by Shraddha Basantwani's avatar Shraddha Basantwani
Browse files

RESTRICT AUTOMERGE Add a list of Biometric protected packages am: efafeb12

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



Bug: 352504490 , 344865740
Change-Id: Ia7bfef6a03005dfbfc38ff9bba0f2a73d5798b64
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a83946f7 efafeb12
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5819,4 +5819,8 @@
    <string-array name="config_serviceStateLocationAllowedPackages">
        <item>"com.android.phone"</item>
    </string-array>

    <!-- List of protected packages that require biometric authentication for modification
         (Disable, force-stop or uninstalling updates). -->
    <string-array name="config_biometric_protected_package_names" translatable="false" />
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -4805,4 +4805,8 @@
  <java-symbol type="dimen" name="status_bar_height_default" />

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

  <!-- List of protected packages that require biometric authentication for modification -->
  <java-symbol type="array" name="config_biometric_protected_package_names" />

</resources>