Move device/google/atv overlays into SystemUI

There was no need for a separate RRO for this. Television UI mode covers
everything needed for a default TV overlay.

Test: make dist
Bug: 173138807
Change-Id: If689c72c22e140a142d86861b3273b40de3a6496
This commit is contained in:
Robin Lee
2020-11-19 20:13:17 +01:00
parent 92e72e129d
commit b2788d4475

View File

@@ -44,6 +44,12 @@
<item>com.android.systemui.wmshell.WMShell</item> <item>com.android.systemui.wmshell.WMShell</item>
</string-array> </string-array>
<!-- Disable KeyguardService -->
<bool name="config_enableKeyguardService">false</bool>
<!-- Svelte specific logic, see RecentsConfiguration.SVELTE_* constants. -->
<integer name="recents_svelte_level">3</integer>
<!-- Show a separate icon for low and high volume on the volume dialog --> <!-- Show a separate icon for low and high volume on the volume dialog -->
<bool name="config_showLowMediaVolumeIcon">true</bool> <bool name="config_showLowMediaVolumeIcon">true</bool>