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 9891409a08bb..b9cec56560b2 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -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> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 01c6b5509cb7..cad42591c2a6 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -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> |