summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-17 07:25:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-17 07:25:56 +0000
commit33471e7f2a613ab91f6d8361ef8a2b79ddded9ea (patch)
tree80a9bbef878eb2a805dee7c26fe2bac7e28d4872
parent61e99c49e3225ffbaeaf1897af7649d4df80c68b (diff)
parentd573122d31b4160159562b0306fe9cf58394c276 (diff)
downloaddevice_google_atv-33471e7f2a613ab91f6d8361ef8a2b79ddded9ea.tar.gz
device_google_atv-33471e7f2a613ab91f6d8361ef8a2b79ddded9ea.tar.bz2
device_google_atv-33471e7f2a613ab91f6d8361ef8a2b79ddded9ea.zip
Snap for 4787078 from d573122d31b4160159562b0306fe9cf58394c276 to pi-release
Change-Id: I5161d5740dba8dc37bafa7019871ff668c00ecf5
-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,