summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-08-12 14:59:32 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-12 14:59:32 +0000
commit03ba465e588c9bb093d02f90c1535adaa2a04234 (patch)
treeda64e4ae9bced0f9c6fe6e5629b6297e3a2d0d23
parentd316e1fbe1a820607565eb9a38cdac1c5f016282 (diff)
parentbb5d0d5f32ff13cad8583220b66ee2640fc2796b (diff)
downloadpackages_apps_PhoneCommon-03ba465e588c9bb093d02f90c1535adaa2a04234.tar.gz
packages_apps_PhoneCommon-03ba465e588c9bb093d02f90c1535adaa2a04234.tar.bz2
packages_apps_PhoneCommon-03ba465e588c9bb093d02f90c1535adaa2a04234.zip
Add disconnect messages for data disconnect causes.
am: bb5d0d5f32 Change-Id: I91db6f2bcf9ffe8e0f595b88bb2a2222642f897b
-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>