summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/precall
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-04-24 16:19:02 -0700
committerCopybara-Service <copybara-piper@google.com>2018-04-25 11:46:46 -0700
commit0ab7540db425179a2b45247ea7d950210fdedc8c (patch)
tree5d01fac4d3b04db914cf6ae477e618bf5cb65d63 /java/com/android/dialer/precall
parent82953530c1db1ed497c1166e2e6c2b5b04282f8a (diff)
Make SIM Selection hint multi-line
SIM names can be really long and might be truncated if the template placed it at the end of the string. Also removed the char limit on the hint. TEST=TAP Bug: 69675796,72618783 Test: TAP PiperOrigin-RevId: 194163675 Change-Id: I8ee43ce87da80bc6438d2eaad480c63a0d89fbe2
Diffstat (limited to 'java/com/android/dialer/precall')
-rw-r--r--java/com/android/dialer/precall/impl/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/precall/impl/res/values/strings.xml b/java/com/android/dialer/precall/impl/res/values/strings.xml
index 3691271ce..5e7ddd36c 100644
--- a/java/com/android/dialer/precall/impl/res/values/strings.xml
+++ b/java/com/android/dialer/precall/impl/res/values/strings.xml
@@ -28,6 +28,6 @@
<!-- Hint to show under a SIM entry when selecting SIM for call on a multi-SIM device, when the
call cannot be placed with the SIM because there is already a call on the other SIM,
- [CHAR LIMIT=40]-->
+ [CHAR LIMIT=NONE]-->
<string name="pre_call_select_phone_account_hint_other_sim_in_use">Not available while using <xliff:g example="SIM 1" id="other_sim">%1$s</xliff:g></string>
</resources> \ No newline at end of file