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

Commit 36a20c19 authored by Shraddha Basantwani's avatar Shraddha Basantwani Committed by Android (Google) Code Review
Browse files

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

parents 5b4c93e3 3e4936e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6139,4 +6139,8 @@
    <!-- Whether we should persist the brightness value in nits for the default display even if
         the underlying display device changes. -->
    <bool name="config_persistBrightnessNitsForDefaultDisplay">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
@@ -4915,4 +4915,8 @@

  <!-- Whether to show weather on the lockscreen by default. -->
  <java-symbol type="bool" name="config_lockscreenWeatherEnabledByDefault" />

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

</resources>