summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/strings.xml
diff options
context:
space:
mode:
authorYashdev Singh <yashdevs@codeaurora.org>2015-05-14 18:48:33 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:28:51 -0600
commitc6924b67300850daf965c105b8095cae8e9d6b07 (patch)
tree58f71712cdd30731531769e8770ff0f75f6727d2 /packages/SystemUI/res/values/strings.xml
parente829faf9eb2af7bac3813ff141ca54c456ea8b2a (diff)
downloadframeworks_base-c6924b67300850daf965c105b8095cae8e9d6b07.zip
frameworks_base-c6924b67300850daf965c105b8095cae8e9d6b07.tar.gz
frameworks_base-c6924b67300850daf965c105b8095cae8e9d6b07.tar.bz2
Telephony: 4G+ icon display on status bar.
- Display 4G+ icon upon LTE_CA data RAT. Change-Id: I9a78edc910051ea484fd27f3671a69519614f4d4 CRs-Fixed: 873290
Diffstat (limited to 'packages/SystemUI/res/values/strings.xml')
-rw-r--r--packages/SystemUI/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 3eac84f..6e96044 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -341,6 +341,9 @@
<!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_data_connection_4g">4G</string>
+ <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_data_connection_4g_plus">4G+</string>
+
<!-- Content description of the data connection type LTE for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_data_connection_lte">LTE</string>