summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDake Gu <dake@google.com>2018-05-11 19:50:28 -0700
committerDake Gu <dake@google.com>2018-05-11 19:50:28 -0700
commit8b1b84be6b5df7bb4537aaf71aad1f4b0c62da74 (patch)
tree7527ef63d4e6f056993c9bc0788756aa9fad970c
parent35e6c0b26df83afd8a8ea9e1adbb1d46fc423f90 (diff)
downloadatv-8b1b84be6b5df7bb4537aaf71aad1f4b0c62da74.tar.gz
atv: set GMS as default autofill service
Bug: 79616548 Test: build, reboot, adb shell dumpsys autofill Change-Id: Iae0d228ab03e800fc7b686f0c825b09cb3aa27ad
-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,