summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorDake Gu <dake@google.com>2018-05-16 12:06:24 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-16 12:06:24 -0700
commitd968ad1fb90874322612dd1e5e0dc7e8b0e1af70 (patch)
treee9ab84ba2d2f9cece1a14b37e03320739c6fb6bf /overlay
parent362358635eb7726b74e77e668a3ca3f33f9ba487 (diff)
parentd573122d31b4160159562b0306fe9cf58394c276 (diff)
downloadatv-d968ad1fb90874322612dd1e5e0dc7e8b0e1af70.tar.gz
Merge "atv: set GMS as default autofill service" into pi-dev
am: d573122d31 Change-Id: I450a0008b0df6add410aac213732863209ebf885
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index d7d81d6..b73fa4a 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -67,7 +67,14 @@
<!-- Default service to enable with accessibility shortcut [DO NOT TRANSLATE] -->
<string name="config_defaultAccessibilityService" translatable="false">com.google.android.marvin.talkback/.TalkBackService</string>
- <!-- The list of IMEs which should be disabled until used.
+ <!-- The component name, flattened to a string, for the default autofill service
+ to enabled for an user. This service must be trusted, as it can be activated
+ without explicit consent of the user. If no autofill service with the
+ specified name exists on the device, autofill will be disabled by default.
+ -->
+ <string name="config_defaultAutofillService" translatable="false">com.google.android.gms/.autofill.service.AutofillService</string>
+
+ <!-- The list of IMEs which should be disabled until used.
This function suppresses update notifications for these pre-installed apps.
We need to set this configuration carefully that they should not have functionarities
other than "IME" or "Spell Checker". In InputMethodManagerService,