Loading core/res/res/values/config.xml +6 −1 Original line number Diff line number Diff line Loading @@ -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. --> Loading core/res/res/values/symbols.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading Loading
core/res/res/values/config.xml +6 −1 Original line number Diff line number Diff line Loading @@ -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. --> Loading
core/res/res/values/symbols.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading