summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-08-13 16:21:30 -0700
committerJames Lemieux <jplemieux@google.com>2014-08-14 11:31:33 -0700
commit50591a7be4fe59cc7063acddcb1f61833ba2f100 (patch)
treef70f2713b9a0ba1caa7339a2803e30f46182158f /res/values
parent80982db38b18ed85c1cd48c2cd1a76bc1d0ebcd9 (diff)
downloadandroid_packages_apps_Email-50591a7be4fe59cc7063acddcb1f61833ba2f100.tar.gz
android_packages_apps_Email-50591a7be4fe59cc7063acddcb1f61833ba2f100.tar.bz2
android_packages_apps_Email-50591a7be4fe59cc7063acddcb1f61833ba2f100.zip
End of Life screen for Email
b/16843301 This introduces a new build target: EmailGoogleTombstone. Building with a tapas line that includes that target will produce EmailGoogleTombstone.apk. The apk includes the EmailProvider and AttachmentProvider (for migration to Gmail) and an activity that explains to the user where to find their email data. Change-Id: Ib8192b46d9017e04f5c99f5c8e509531198eec07
Diffstat (limited to 'res/values')
-rw-r--r--res/values/constants.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index e25d009ed..74ce82f68 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -30,4 +30,10 @@
<!-- Boolean value indicating whether we should show the OAuth option on initial account setup
(not settings) -->
<bool name="skip_oauth_on_setup">false</bool>
+
+ <!-- the email application reconciles accounts on startup with the account manager -->
+ <bool name="reconcile_accounts">true</bool>
+
+ <!-- the email application starts services -->
+ <bool name="enable_services">true</bool>
</resources> \ No newline at end of file