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

Commit 6c2c795c authored by Shraddha Basantwani's avatar Shraddha Basantwani Committed by Android Build Coastguard Worker
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
DISABLE_TOPIC_PROTECTOR

(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:10e65babc1ca2101508c251e3e39de4cda62f011)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fc86f8500914dc9a78018aba8d3649c76e67993a)
Merged-In: I0c494e307b02229d751de118abcc89e4e61a6861
Change-Id: I0c494e307b02229d751de118abcc89e4e61a6861
parent d4cd532a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6459,4 +6459,8 @@
    <!-- Whether the AOSP support for app cloning building blocks is to be enabled for the
         device. -->
    <bool name="config_enableAppCloningBuildingBlocks">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>
+4 −0
Original line number Diff line number Diff line
@@ -5132,4 +5132,8 @@

  <java-symbol type="drawable" name="focus_event_pressed_key_background" />
  <java-symbol type="string" name="lockscreen_too_many_failed_attempts_countdown" />

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

</resources>