diff options
| -rw-r--r-- | core/res/res/values/config.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 4 | 
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 5dc8ac0ee4d9..513d7ade740a 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -4805,4 +4805,8 @@    <java-symbol type="dimen" name="status_bar_height_default" />    <java-symbol type="bool" name="system_server_plays_face_haptics" /> + +  <!-- List of protected packages that require biometric authentication for modification --> +  <java-symbol type="array" name="config_biometric_protected_package_names" /> +  </resources>  |