From 73a74c3c709c87d4ad9860c1fbda585c139235e0 Mon Sep 17 00:00:00 2001 From: twyen Date: Wed, 7 Mar 2018 12:12:24 -0800 Subject: 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 --- java/com/android/dialer/precall/impl/res/values/strings.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'java/com/android/dialer/precall/impl/res') 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]--> Remember this choice - - Uses same carrier - - - Recently used - \ No newline at end of file -- cgit v1.2.3