diff options
-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" /> |