diff options
author | 2025-01-31 11:09:22 -0800 | |
---|---|---|
committer | 2025-01-31 11:09:22 -0800 | |
commit | 10770a272d5dc4d57beaf4a07c84a76b03de9cca (patch) | |
tree | 4b756c8ba7ab248db809dee386fd0a617e5a1e8d | |
parent | 264792d0c8968b5b5ec3fb8016624829810cdd82 (diff) | |
parent | 18494ca724b3743472c303dc785941bcf6edc652 (diff) |
Merge "Added a config for the killswitch to disable account restriction in Contacts Provider." into main
-rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
-rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a49e03484192..9f731fe04472 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -5958,6 +5958,9 @@ <!-- <item>com.google</item> --> </string-array> + <!-- Whether to restrict the accounts that raw contacts can be created in. --> + <bool name = "config_rawContactsAccountRestrictionEnabled">true</bool> + <!-- Whether or not to use assistant stream volume separately from music volume --> <bool name="config_useAssistantVolume">false</bool> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 653996afbc01..f4004fa70623 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -4617,6 +4617,7 @@ <java-symbol type="string" name="config_rawContactsLocalAccountName" /> <java-symbol type="string" name="config_rawContactsLocalAccountType" /> <java-symbol type="array" name="config_rawContactsEligibleDefaultAccountTypes" /> + <java-symbol type="bool" name="config_rawContactsAccountRestrictionEnabled" /> <!-- For App Standby --> <java-symbol type="string" name="as_app_forced_to_restricted_bucket" /> |