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

Commit 173bcbf6 authored by Shraddha Basantwani's avatar Shraddha Basantwani Committed by Automerger Merge Worker
Browse files

Merge "Add a list of Biometric protected packages" into udc-dev am: d106a3ff

parents 7a7f8039 d106a3ff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6462,4 +6462,8 @@

    <!-- Whether unlocking and waking a device are sequenced -->
    <bool name="config_orderUnlockAndWake">false</bool>

    <!-- 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
@@ -5142,4 +5142,8 @@

  <!-- Whether we order unlocking and waking -->
  <java-symbol type="bool" name="config_orderUnlockAndWake" />

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

</resources>