summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-08-11 13:21:48 -0700
committerTyler Gunn <tgunn@google.com>2016-08-11 13:21:48 -0700
commitbb5d0d5f32ff13cad8583220b66ee2640fc2796b (patch)
treeda64e4ae9bced0f9c6fe6e5629b6297e3a2d0d23
parentd316e1fbe1a820607565eb9a38cdac1c5f016282 (diff)
downloadandroid_packages_apps_PhoneCommon-bb5d0d5f32ff13cad8583220b66ee2640fc2796b.tar.gz
android_packages_apps_PhoneCommon-bb5d0d5f32ff13cad8583220b66ee2640fc2796b.tar.bz2
android_packages_apps_PhoneCommon-bb5d0d5f32ff13cad8583220b66ee2640fc2796b.zip
Add disconnect messages for data disconnect causes.
Bug: 30702393 Change-Id: I370655b191648083c72f841f5b4613933735abed
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 60e3aac..ba7e83c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -127,4 +127,8 @@
<string name="ringtone_unknown">Unknown ringtone</string>
<!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. -->
<string name="callFailed_maximum_reached">All available lines are in use. To make a call, disconnect one of the calls on this device, or on one of your other devices.</string>
+ <!-- In-call screen: call ended because the user disabled data on their device -->
+ <string name="callFailed_data_disabled">Call ended because cellular data was disabled.</string>
+ <!-- In-call screen: call ended because the cellular data limit has been reached -->
+ <string name="callFailed_data_limit_reached">Call ended because the cellular data limit has been reached.</string>
</resources>