Configure AutoFill through browser preferences.

Defaults to off until we have a profile editor. Until the profile
editor is finished, we use a canned "John Smith" profile.

Requires a corresponding change in frameworks/base -
https://android-git.corp.google.com/g/65573

Change-Id: Ieb0c49b79766ba670322b8bd8b84968e778920ae
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3ceec67..65f555c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -374,6 +374,10 @@
     <string name="pref_security_save_form_data">Remember form data</string>
     <!-- Settings summary -->
     <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
+    <!-- Settings label for enabling/disabling the form AutoFill feature -->
+    <string name="pref_autoFill_enabled">AutoFill forms</string>
+    <!-- Settings summary for the form AutoFill feature. -->
+    <string name="pref_autoFill_enabled_summary">Automatically fill out forms where possible</string>
     <!-- Settings label -->
     <string name="pref_security_show_security_warning">Show security warnings</string>
     <!-- Settings summmary -->