summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/precall/impl/res/values/strings.xml
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-03-07 12:12:24 -0800
committerEric Erfanian <erfanian@google.com>2018-03-07 12:50:21 -0800
commit73a74c3c709c87d4ad9860c1fbda585c139235e0 (patch)
treea998b9dae213f71b989f533245ca399c06e08178 /java/com/android/dialer/precall/impl/res/values/strings.xml
parent28b252f6e0e4d42551a31d1b197f2eedf7b6a7d5 (diff)
Handle preferred SIM for ACTION_CALL
Previously preferred SIM is handled only by precall, which covers dialing with dialer or with the special receiver contacts uses. If a third party app uses ACTION_CALL or telecomManager.placeCall(), then the in call UI will be launched directly and the old account selection dialog will be used without preferred SIM support. In this CL logic from CallingAccountSelector is refactored out so InCallActivity can use it for the dialog. Bug: 73718976 Test: Unit tests, In call UI not covered. PiperOrigin-RevId: 188214007 Change-Id: Ifaacf982a3e98601dc362b649c3501d4ee96e63e
Diffstat (limited to 'java/com/android/dialer/precall/impl/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/precall/impl/res/values/strings.xml8
1 files changed, 0 insertions, 8 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 0b59607b6..4bd5d36f2 100644
--- a/java/com/android/dialer/precall/impl/res/values/strings.xml
+++ b/java/com/android/dialer/precall/impl/res/values/strings.xml
@@ -26,12 +26,4 @@
same contact and never ask again [CHAR LIMIT=40]-->
<string name="pre_call_select_phone_account_remember">Remember this choice</string>
- <!-- Hint text under a SIM when selecting SIM to call, indicating the SIM is on the same carrier
- as the outgoing call.[CHAR LIMIT=40]-->
- <string name="pre_call_select_phone_account_hint_intra_carrier">Uses same carrier</string>
-
- <!-- Hint text under a SIM when selecting SIM to call, indicating user often use the SIM to call
- the contact.[CHAR LIMIT=40]-->
- <string name="pre_call_select_phone_account_hint_frequent">Recently used</string>
-
</resources> \ No newline at end of file