diff options
| author | 2019-05-30 14:08:00 -0700 | |
|---|---|---|
| committer | 2019-05-30 14:08:00 -0700 | |
| commit | 47398bb26e318e739e94703b3ee37b47378749a5 (patch) | |
| tree | ee00650fa5e4e2c88e30f8075ee9df32c03b8390 | |
| parent | 71d6f66d121c10b0f8321102fabc89653c807f91 (diff) | |
| parent | 6550afbe33dc9c45f3c2edef207853d081dce7b9 (diff) | |
Merge "Add one more config resource for contacts provider" into qt-dev am: 70554da78d
am: 6550afbe33
Change-Id: I7f8d84bba6b516d91303344c1b62f132c923ade6
| -rw-r--r-- | core/res/res/values/config.xml | 7 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 6ef98cac0ca4..acaa2027cbef 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1276,9 +1276,14 @@ meanings. --> <integer name="config_defaultRingVibrationIntensity">2</integer> + <!-- Whether to use the strict phone number matcher by default. --> <bool name="config_use_strict_phone_number_comparation">false</bool> - <bool name="config_use_strict_phone_number_comparation_for_russian">true</bool> + <!-- Whether to use the strict phone number matcher in Russia. --> + <bool name="config_use_strict_phone_number_comparation_for_russia">true</bool> + + <!-- Whether to use the strict phone number matcher in Kazakhstan. --> + <bool name="config_use_strict_phone_number_comparation_for_kazakhstan">true</bool> <!-- Display low battery warning when battery level dips to this value. Also, the battery stats are flushed to disk when we hit this level. --> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index cc76a0eabc45..ff5845f47f6c 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -313,7 +313,8 @@ <java-symbol type="bool" name="config_ui_enableFadingMarquee" /> <java-symbol type="bool" name="config_enableHapticTextHandle" /> <java-symbol type="bool" name="config_use_strict_phone_number_comparation" /> - <java-symbol type="bool" name="config_use_strict_phone_number_comparation_for_russian" /> + <java-symbol type="bool" name="config_use_strict_phone_number_comparation_for_russia" /> + <java-symbol type="bool" name="config_use_strict_phone_number_comparation_for_kazakhstan" /> <java-symbol type="bool" name="config_single_volume" /> <java-symbol type="bool" name="config_voice_capable" /> <java-symbol type="bool" name="config_requireCallCapableAccountForHandle" /> |