summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-05-16 18:55:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-05-16 18:55:36 +0000
commitd573122d31b4160159562b0306fe9cf58394c276 (patch)
tree80a9bbef878eb2a805dee7c26fe2bac7e28d4872
parent407056c073b168a2f8e9bbe6cf26006a77035234 (diff)
parent8b1b84be6b5df7bb4537aaf71aad1f4b0c62da74 (diff)
downloadatv-d573122d31b4160159562b0306fe9cf58394c276.tar.gz
Merge "atv: set GMS as default autofill service" into pi-dev
-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,