summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-06-26 15:49:12 -0700
committerScott Kennedy <skennedy@google.com>2013-06-27 10:22:22 -0700
commit229c070b0b177793032ce9249cb77f6ca98e5aa4 (patch)
tree5907cab3c85bf5d4f9fc62c1ec228f1f01e0add7 /res/values
parentcf5dc6ba4fe427d2391b2c44a47621835bbc9f6b (diff)
downloadandroid_packages_apps_Email-229c070b0b177793032ce9249cb77f6ca98e5aa4.tar.gz
android_packages_apps_Email-229c070b0b177793032ce9249cb77f6ca98e5aa4.tar.bz2
android_packages_apps_Email-229c070b0b177793032ce9249cb77f6ca98e5aa4.zip
Change the concept of a default account
The user no longer has control over this. Now, the "default" account (which is only used for prepopulating the name of new accounts is either the last used account (to be defined), or the first account in the database. This removes a setting, and simplifies a lot of code. We may also want to auto-select the default account when entering the compose screen from the combined view, but we do not currently have an easy way to do that. Bug: 7442992 Change-Id: Iff5bb36d8cbd327334211b670fa4851cbda6b9a0
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0de4cc4b1..1f26c44d4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -711,9 +711,6 @@ as <xliff:g id="filename">%s</xliff:g>.</string>
<string name="account_setup_options_mail_check_frequency_30min">Every 30 minutes</string>
<!-- In Account setup options & Account Settings screens, email check frequency option -->
<string name="account_setup_options_mail_check_frequency_1hour">Every hour</string>
- <!-- Check box label on "Set up email" screen to make this the default account -->
- <!-- Note, this should usually match the default account summary preference string -->
- <string name="account_setup_options_default_label">Send email from this account by default</string>
<!-- In Account setup options & Account Settings screens, check box for new-mail notification -->
<string name="account_setup_options_notify_label">Notify me when email arrives</string>
<!-- In Account setup options screen, optional check box to also sync contacts -->
@@ -910,11 +907,6 @@ as <xliff:g id="filename">%s</xliff:g>.</string>
Do you want to update your username and/or password?</string>
<!-- On Settings screen, setting option name -->
- <string name="account_settings_default_label">Default account</string>
- <!-- Check box "summary" label on "Account options" screen to make this the default account -->
- <!-- Note, this should usually match the default account account setup checkbox string -->
- <string name="account_settings_default_summary">Send email from this account by default</string>
- <!-- On Settings screen, setting option name -->
<!-- Title of account preference for downloading attachments in background [CHAR LIMIT=32] -->
<string name="account_settings_background_attachments_label">
Download attachments</string>