summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shraddha Basantwani <basantwani@google.com> 2025-02-13 21:13:40 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-02-13 21:13:40 -0800
commitb5814ddca45f17070cb35c5fbd5efdf275e17701 (patch)
tree097601e53abe5a22d566fc3387d5aadaf73a5596
parentabf5add07531dfc183ba2202572c293dd6ece0d4 (diff)
parentefafeb12f9de9b20e609481ebcac7d5bdffac363 (diff)
Merge "RESTRICT AUTOMERGE Add a list of Biometric protected packages" into tm-dev
-rw-r--r--core/res/res/values/config.xml4
-rw-r--r--core/res/res/values/symbols.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 6995cc3b94ea..9aca7091a6e6 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -5819,4 +5819,8 @@
<string-array name="config_serviceStateLocationAllowedPackages">
<item>"com.android.phone"</item>
</string-array>
+
+ <!-- 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>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index fbb2e4afcda4..907388cd03ec 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -4798,4 +4798,8 @@
<java-symbol type="id" name="language_picker_header" />
<java-symbol type="dimen" name="status_bar_height_default" />
+
+ <!-- List of protected packages that require biometric authentication for modification -->
+ <java-symbol type="array" name="config_biometric_protected_package_names" />
+
</resources>