diff options
| author | 2019-05-01 18:31:41 -0700 | |
|---|---|---|
| committer | 2019-05-01 18:31:41 -0700 | |
| commit | 2fec99bc4692e5234b31c47399bec9985c1d91c4 (patch) | |
| tree | a7a9d3d91610c12f407950b27ffcdce2dd06d084 | |
| parent | df91220f2f51cb8b84f4f0f01414d61f899f1b37 (diff) | |
Add flag for strict comparison of russian phone number.
Bug: 129698226
Test: NA.
Change-Id: If9005924250406fe3410eeb5f6263573822cfb5c
| -rw-r--r-- | core/res/res/values/config.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 21a8f4c7ff89..1f78a6b641db 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1257,6 +1257,8 @@ <bool name="config_use_strict_phone_number_comparation">false</bool> + <bool name="config_use_strict_phone_number_comparation_for_russian">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. --> <integer name="config_criticalBatteryWarningLevel">5</integer> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 7cf03feaf889..655f4dd190a4 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -313,6 +313,7 @@ <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_single_volume" /> <java-symbol type="bool" name="config_voice_capable" /> <java-symbol type="bool" name="config_requireCallCapableAccountForHandle" /> |