summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorCheng Xiaolong <chengxiaolong@codeaurora.org>2014-02-26 02:06:51 -0500
committerRoman Birg <roman@cyngn.com>2014-09-02 14:06:11 -0700
commitd965823b380e4bc872528c9c3538068df1dfcc51 (patch)
treec58a3372056ff3001b4ca6434efd99b84058b3d9 /res
parent501d86e8bbdfe120d5640cb87d042212c5694274 (diff)
downloadandroid_packages_apps_ContactsCommon-d965823b380e4bc872528c9c3538068df1dfcc51.tar.gz
android_packages_apps_ContactsCommon-d965823b380e4bc872528c9c3538068df1dfcc51.tar.bz2
android_packages_apps_ContactsCommon-d965823b380e4bc872528c9c3538068df1dfcc51.zip
Support import vCard from both internal/external storage
- when import vCard file,if both internal and external storage are avaliable,it will pops up a dialog to let user select which storage will be used. CRs-Fixed: 605056 Change-Id: I5c90b0bd9141d00885099ffbbc6abcbe932dc5be
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 6a31a68f..11357e83 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -101,4 +101,7 @@
<string name="set_ip_number">Set IP Number</string>
<string name="ipcall_dialog_title">IP call setting</string>
<string name="ipcall_dialog_edit_hint">Please input the IP prefix</string>
+
+ <!-- vCard import path -->
+ <string name="select_path">Select Path</string>
</resources>