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

Commit ee541785 authored by pkanwar's avatar pkanwar Committed by Pankaj Kanwar
Browse files

Adding strings to support warning about emergency calls.

Bug: 62618428
Test: compiles
Change-Id: I5cee8b5ebc39e4247eeff0b3e17cac3cea983894
parent cdc7175b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -153,6 +153,10 @@
    <string name="NetworkPreferenceSwitchTitle">Can\u2019t reach network</string>
    <!-- Displayed to tell the user that they should switch their network preference. -->
    <string name="NetworkPreferenceSwitchSummary">To improve reception, try changing the type selected at Settings &gt; Network &amp; Internet &gt; Mobile networks &gt; Preferred network type."</string>
    <!-- Displayed to tell the user that emergency calls might not be available. -->
    <string name="EmergencyCallWarningTitle">Wi\u2011Fi calling is active</string>
    <!-- Displayed to tell the user that emergency calls might not be available. -->
    <string name="EmergencyCallWarningSummary">Emergency calls require a mobile network.</string>

    <!-- Telephony notification channel name for a channel containing network alert notifications. -->
    <string name="notification_channel_network_alert">Alerts</string>
+2 −0
Original line number Diff line number Diff line
@@ -532,6 +532,8 @@
  <java-symbol type="string" name="PwdMmi" />
  <java-symbol type="string" name="NetworkPreferenceSwitchSummary" />
  <java-symbol type="string" name="NetworkPreferenceSwitchTitle" />
  <java-symbol type="string" name="EmergencyCallWarningTitle" />
  <java-symbol type="string" name="EmergencyCallWarningSummary" />
  <java-symbol type="string" name="RestrictedOnAllVoiceTitle" />
  <java-symbol type="string" name="RestrictedOnDataTitle" />
  <java-symbol type="string" name="RestrictedOnEmergencyTitle" />