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

Commit ca780917 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 main

parents b559fc56 10e65bab
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7267,4 +7267,8 @@
        POLICY_DOZE can also dim the screen unless parameter useNormalBrightnessForDoze of
        DreamService#setDozeScreenState requests an exception. -->
    <bool name="config_allowNormalBrightnessForDozePolicy">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>
+3 −0
Original line number Diff line number Diff line
@@ -5857,4 +5857,7 @@
  <java-symbol type="dimen" name="config_motionExpressiveSlowSpatialDamping"/>
  <java-symbol type="dimen" name="config_motionExpressiveSlowEffectDamping"/>

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

</resources>