From b1a1a5cd3d7053be3f01d0fb39ea59a832f76931 Mon Sep 17 00:00:00 2001 From: xjiang Date: Thu, 20 Aug 2015 17:36:39 +0800 Subject: Add import/export contacts from/to SIM card - Support import or export contacts from/to SIM card - Support auto split contacts according email and number count when export to SIM card - Add the interface to get anr and email count - Add the interface to copy contacts between SIM card and Phone Change-Id: Iba56d1ca38d9fdb32469a961bf0a370daeac4bff --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 52e18732..a628a62a 100644 --- a/Android.mk +++ b/Android.mk @@ -23,7 +23,7 @@ res_dirs := res $(phone_common_dir)/res LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) - +LOCAL_JAVA_LIBRARIES := telephony-common LOCAL_AAPT_FLAGS := \ --auto-add-overlay \ --extra-packages com.android.phone.common -- cgit v1.2.3