summaryrefslogtreecommitdiffstats
path: root/packages.mk
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 /packages.mk
parent28b252f6e0e4d42551a31d1b197f2eedf7b6a7d5 (diff)
downloadandroid_packages_apps_Dialer-73a74c3c709c87d4ad9860c1fbda585c139235e0.tar.gz
android_packages_apps_Dialer-73a74c3c709c87d4ad9860c1fbda585c139235e0.tar.bz2
android_packages_apps_Dialer-73a74c3c709c87d4ad9860c1fbda585c139235e0.zip
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 'packages.mk')
-rw-r--r--packages.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.mk b/packages.mk
index 187f969b0..bc9f72920 100644
--- a/packages.mk
+++ b/packages.mk
@@ -49,6 +49,7 @@ LOCAL_AAPT_FLAGS := \
com.android.dialer.precall.impl \
com.android.dialer.precall.externalreceiver \
com.android.dialer.preferredsim.impl \
+ com.android.dialer.preferredsim.suggestion \
com.android.dialer.searchfragment.common \
com.android.dialer.searchfragment.cp2 \
com.android.dialer.searchfragment.directories \