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

Commit d3e27ee8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a list of Biometric protected packages" into udc-qpr-dev

parents 62789e16 51c73e99
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -6596,4 +6596,8 @@
    <!-- Enables or disables the "Share" action item shown in the context menu that appears upon
    <!-- Enables or disables the "Share" action item shown in the context menu that appears upon
        long-pressing on selected text. Enabled by default. -->
        long-pressing on selected text. Enabled by default. -->
    <bool name="config_textShareSupported">true</bool>
    <bool name="config_textShareSupported">true</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>
</resources>
+4 −0
Original line number Original line Diff line number Diff line
@@ -5176,4 +5176,8 @@


  <!-- Whether we order unlocking and waking -->
  <!-- Whether we order unlocking and waking -->
  <java-symbol type="bool" name="config_orderUnlockAndWake" />
  <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>
</resources>