summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-02-09 03:23:42 +0100
committerRohit Yengisetty <rohit@cyngn.com>2015-11-17 14:58:04 -0800
commit504718dab452149cb2b9195f506848392eee0162 (patch)
tree3aaaa693fbaa68d536823f29c00ab4de09250a52 /res
parent0c03be17a8f8f0537ef488da8c02eb2aca64349e (diff)
downloadandroid_packages_apps_ContactsCommon-504718dab452149cb2b9195f506848392eee0162.tar.gz
android_packages_apps_ContactsCommon-504718dab452149cb2b9195f506848392eee0162.tar.bz2
android_packages_apps_ContactsCommon-504718dab452149cb2b9195f506848392eee0162.zip
contacts-common: Add support for import contacts to local phone storage
This change allow to select the local storage account to add/import contacts when others cloud/corporate accounts exists. If one or more account exists just ask the user to select the destination account Depends on: http://review.cyanogenmod.org/#/c/59352/ JIRA: CYAN-391 Issue: https://jira.cyanogenmod.org/browse/CYAN-391 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Conflicts: src/com/android/contacts/common/interactions/ImportExportDialogFragment.java Change-Id: I0120861479a4dcced11a430803513fc21a2e130b
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 00000000..75b9f0ab
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Virtual local storage account name -->
+ <string name="local_storage_account" product="tablet">Local tablet account</string>
+ <string name="local_storage_account" product="default">Local phone account</string>
+</resources>