From 42765f6a00cedc980529cead74f829ddb3d05f16 Mon Sep 17 00:00:00 2001 From: Walter Jang Date: Wed, 1 Jul 2015 11:26:07 -0700 Subject: Let the user choose where to export vcards to 1/3 Instead of always using external storage. Also we change the suggested export filename from something like 00001.vcf to just contacts.vcf. Since we don't know the destination directory anymore untill after it is selected, we can't check if there is already an exported vcf file there in. The Activity handling ACTION_CREATE_DOCUMENT handles file name collisions itself anyway. Screenshots https://goto.google.com/b22208705 Bug 22208705 Change-Id: I17bac2f483e200c13adf1429c0eade17e4d2908a --- res/values/donottranslate_config.xml | 4 ++-- res/values/ids.xml | 1 - res/values/strings.xml | 10 +++++----- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'res') diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml index fe690ada..af6aa5ed 100644 --- a/res/values/donottranslate_config.xml +++ b/res/values/donottranslate_config.xml @@ -78,8 +78,8 @@ entirely disable SIM import on a per-product basis. --> true - - true + + true true diff --git a/res/values/ids.xml b/res/values/ids.xml index 093901ba..41cee452 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -31,7 +31,6 @@ - diff --git a/res/values/strings.xml b/res/values/strings.xml index e4b8a29d..d9a68f56 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -507,6 +507,9 @@ a ren't members of any other group. [CHAR LIMIT=25] --> Finished exporting %s. + + contacts.vcf + @@ -547,9 +550,6 @@ a ren't members of any other group. [CHAR LIMIT=25] --> No SD card was found. - - Your contact list will be exported to file: %s. - @@ -657,8 +657,8 @@ a ren't members of any other group. [CHAR LIMIT=25] --> [CHAR LIMIT=20] --> Importing %s/%s: %s - - Export to storage + + Export -- cgit v1.2.3