summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorHongguang Chen <hgchen@google.com>2020-02-04 11:07:56 -0800
committerHongguang Chen <hgchen@google.com>2020-02-05 21:37:43 +0000
commitb3af0df435de01ad4bae3493d13ed384df47fd4b (patch)
tree254ad5742b92a3809fdf525c148f19a2c5222420 /overlay
parent4c08f843921568ee287445ea6dadd613c7b3b94c (diff)
downloaddevice_google_atv-b3af0df435de01ad4bae3493d13ed384df47fd4b.tar.gz
device_google_atv-b3af0df435de01ad4bae3493d13ed384df47fd4b.tar.bz2
device_google_atv-b3af0df435de01ad4bae3493d13ed384df47fd4b.zip
Move TV GMS overlay from device to GMS.
The overlays are in device/google/atv before. Move them to GMS because the atv device shouldn't depend on GMS. BUG: 148693683 Test: build TV GSI image and confirm it can boot up. Change-Id: I363e98be28a78dc93a8ff25c08101a5e4c741809
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index bc982fa..ff7c093 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -58,51 +58,12 @@
home screen widgets are not supported on TV -->
<bool name="config_enableAppWidgetService">true</bool>
- <!-- Package of the unbundled tv remote service which can connect to tv remote provider -->
- <string translatable="false" name="config_tvRemoteServicePackage">com.google.android.tv.remote.service</string>
-
- <!-- Default service to enable with accessibility shortcut [DO NOT TRANSLATE] -->
- <string name="config_defaultAccessibilityService" translatable="false">com.google.android.marvin.talkback/.TalkBackService</string>
-
- <!-- 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,
- the listed IMEs are disabled until used when all of the following conditions are met.
- 1. Not selected as an enabled IME in the Settings
- 2. Not selected as a spell checker in the Settings
- 3. Installed
- 4. A pre-installed IME
- 5. Not enabled
- And the disabled_until_used state for an IME is released by InputMethodManagerService
- when the IME is selected as an enabled IME. -->
- <string-array name="config_disabledUntilUsedPreinstalledImes" translatable="false">
- <item>com.google.android.inputmethod.latin</item>
- <item>com.google.android.apps.inputmethod.hindi</item>
- <item>com.google.android.apps.inputmethod.zhuyin</item>
- <item>com.google.android.inputmethod.japanese</item>
- <item>com.google.android.inputmethod.korean</item>
- <item>com.google.android.inputmethod.pinyin</item>
- </string-array>
-
<!-- Whether to keep background restricted profiles running after exiting. If set to false,
restricted profiles may be put into stopped state as soon as the switch back to primary
happens.
Can be overridden with android.provider.Settings.Global.KEEP_PROFILE_IN_BACKGROUND. -->
<bool name="config_keepRestrictedProfilesInBackground">false</bool>
- <!-- An array of packages which can listen for notifications on low ram devices. -->
- <string-array translatable="false" name="config_allowedManagedServicesOnLowRamDevices">
- <item>com.google.android.tvrecommendations</item>
- </string-array>
-
<!-- Enable doze mode -->
<bool name="config_enableAutoPowerModes">true</bool>
<bool name="config_autoPowerModeUseMotionSensor">false</bool>
@@ -115,7 +76,4 @@
<!-- True if the device supports system decorations on secondary displays. -->
<bool name="config_supportsSystemDecorsOnSecondaryDisplays">false</bool>
-
- <!-- Package name of the required service extension package. -->
- <string name="config_servicesExtensionPackage" translatable="false">com.google.android.ext.services</string>
</resources>