summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSuchand Ghosh <suchan@codeaurora.org>2014-09-15 10:44:02 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:29:38 -0600
commit8ea43d354391cd7c75dd361a316e5936e1e1db96 (patch)
tree246e3dc1f0611f800e6b14256d5fc063f7a7d31d /Android.mk
parent7726e55795d0ea5493669f1f4d62cc51cd1e251d (diff)
downloadandroid_packages_apps_Dialer-8ea43d354391cd7c75dd361a316e5936e1e1db96.tar.gz
android_packages_apps_Dialer-8ea43d354391cd7c75dd361a316e5936e1e1db96.tar.bz2
android_packages_apps_Dialer-8ea43d354391cd7c75dd361a316e5936e1e1db96.zip
Dialer app changes for IMS
IMS Conference URI UI changes 1. Add a new button for initiating conference URI call in the Dial screen. 2. Send a intent for the conference call with a extra to indicate the call type as conference. IMS: Allow dial Conference call without URI List Allow place conference call without URI List and don't show error toast in this case IMS: Clean up Conference URI system property Remove system property "persist.dbg.ims_volte_enable". Add platform configuration flag and user's enhanced 4G LTE setting to decide IMS capability. IMS: Add participant support Insert "add_participant" extra to dial intent IMS: Fix dialer app crash issue due to NPE FragmentActivity can be null if it's not yet attach. So it can be null in such case. Add null check to avoid NullPointerException. Change-Id: Ib35c394dd10dea7526601824f11e5ebd9db459ce
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1440fcc3f..71df1e3c2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,7 +29,9 @@ LOCAL_AAPT_FLAGS := \
--extra-packages com.android.contacts.common \
--extra-packages com.android.phone.common
-LOCAL_JAVA_LIBRARIES := telephony-common
+LOCAL_JAVA_LIBRARIES := telephony-common \
+ ims-common
+
LOCAL_STATIC_JAVA_LIBRARIES := \
android-common \
android-support-v13 \