Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fec99bc authored by Hui Yu's avatar Hui Yu
Browse files

Add flag for strict comparison of russian phone number.

Bug: 129698226
Test: NA.
Change-Id: If9005924250406fe3410eeb5f6263573822cfb5c
parent df91220f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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" />