Merge "Adding strings to support warning about emergency calls." into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d4932d9b5d
@@ -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 > Network & Internet > Mobile networks > 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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user