summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-05-24 10:45:58 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-05-24 10:45:58 -0700
commita2926b8013e310a991a7b2d994722ee508805433 (patch)
tree643388756d67eabcc4a3eb319a6ab41985669ee9 /res
parentc516a47f1fd034a3819cd71beca92becf598de8e (diff)
downloadandroid_packages_apps_Exchange-a2926b8013e310a991a7b2d994722ee508805433.tar.gz
android_packages_apps_Exchange-a2926b8013e310a991a7b2d994722ee508805433.tar.bz2
android_packages_apps_Exchange-a2926b8013e310a991a7b2d994722ee508805433.zip
Delete build directory (mostly).
To streamline our build, I've gone through and eliminated the redundant build directory. Strings in build/res have been moved into the regular res/ directory and the Android.mk file has been updated to no longer use the non-existent build directory at all. Fixes b/9105428. Unfortunately, one src file has to be in build to make the open source/closed source builds work properly since we don't have src overlays in the build. Change-Id: I3b6066f20d08aaf887624313adcb4db768b5d022
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1716e356..71465431 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -195,4 +195,7 @@
<string name="account_setup_options_mail_window_1month">One month</string>
<!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25] -->
<string name="account_setup_options_mail_window_all">All</string>
+
+ <string name="account_manager_type_exchange" translatable="false">com.android.exchange</string>
+ <string name="authority_email_provider" translatable="false">com.android.email.provider</string>
</resources>