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

Commit 10e65bab authored by Shraddha Basantwani's avatar Shraddha Basantwani
Browse files

Add a list of Biometric protected packages

Protected packages require biometric authentication for modification
(Disable, force-stop or uninstalling updates).

Bug: 352504490, 344865740
Test: atest AppButtonsPreferenceControllerTest PackageInfoPresenterTest
Flag: EXEMPT High Security Bug
Change-Id: I0c494e307b02229d751de118abcc89e4e61a6861
parent e6f0a017
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -7267,4 +7267,8 @@
        POLICY_DOZE can also dim the screen unless parameter useNormalBrightnessForDoze of
        POLICY_DOZE can also dim the screen unless parameter useNormalBrightnessForDoze of
        DreamService#setDozeScreenState requests an exception. -->
        DreamService#setDozeScreenState requests an exception. -->
    <bool name="config_allowNormalBrightnessForDozePolicy">false</bool>
    <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>
</resources>
+3 −0
Original line number Original line Diff line number Diff line
@@ -5857,4 +5857,7 @@
  <java-symbol type="dimen" name="config_motionExpressiveSlowSpatialDamping"/>
  <java-symbol type="dimen" name="config_motionExpressiveSlowSpatialDamping"/>
  <java-symbol type="dimen" name="config_motionExpressiveSlowEffectDamping"/>
  <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>
</resources>