summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMartin Hibdon <mhibdon@google.com>2014-02-13 17:06:33 -0800
committerMartin Hibdon <mhibdon@google.com>2014-02-14 11:55:26 -0800
commit87de90282bc7f00c154be460c66cef999072b555 (patch)
tree9542d5be2c79f72466a7062ac1d694bada0dc6da /res/values
parent1e05bc7d73a103f0b71c9b3f556af29cab56f39b (diff)
downloadandroid_packages_apps_Email-87de90282bc7f00c154be460c66cef999072b555.tar.gz
android_packages_apps_Email-87de90282bc7f00c154be460c66cef999072b555.tar.bz2
android_packages_apps_Email-87de90282bc7f00c154be460c66cef999072b555.zip
Make settings flow work for OAuth
Now the password entry is removed from AccountSettingsBasics, and the user is taken to either SignInActivity or AccountSetupType after hitting the next button. This is a lot closer to the desired setup flow as it allows for oauth signin. Ideally this is not what we will ship for Algol, but it put us in a state where we could ship if we had to. Change-Id: I5b28bccd27c515572e4947ca877bd1772732507d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5fbfeaf5d..36e932351 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -193,7 +193,7 @@
<!-- Title of screen when trying to get oauth authentication -->
<string name="oauth_authentication_title" translatable="false">OAuth authentication</string>
<!-- Title of screen to choose with authentication to use -->
- <string name="sign_in_title">IMAP Authentication</string>
+ <string name="sign_in_title">Sign in</string>
<!-- Headline of screen when setting up new email account (large text over divider)
[CHAR LIMIT=none] -->
<string name="account_setup_basics_headline">Email account</string>