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
Merged-In: If689c72c22e140a142d86861b3273b40de3a6496
Change-Id: If689c72c22e140a142d86861b3273b40de3a6496
This commit is contained in:
Robin Lee
2020-11-19 20:13:17 +01:00
parent 0836d630a5
commit dfb7ca6157

View File

@@ -42,4 +42,10 @@
<item>com.android.systemui.statusbar.notification.InstantAppNotifier</item> <item>com.android.systemui.statusbar.notification.InstantAppNotifier</item>
<item>com.android.systemui.toast.ToastUI</item> <item>com.android.systemui.toast.ToastUI</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>
</resources> </resources>