First draft of autologin.

Does not work for hosted accounts and is kind of hacky for most properties.
Requires a change to webkit to get redirects sent to the app.

Bug: 3278072
Change-Id: I2e7b716413ac61f84fb9b3d66d6da0615ada0b84
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a18814d..e762f8d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -890,4 +890,8 @@
          reached. [CHAR LIMIT=50] -->
     <string name="max_tabs_warning">No more tabs available</string>
 
+    <!-- Title of the picker dialog to choose an account. [CHAR-LIMIT=none]-->
+    <string name="account_picker_title">Choose an account or cancel to login
+      manually</string>
+
 </resources>