Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfb7ca61 authored by Robin Lee's avatar Robin Lee
Browse files

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
parent 0836d630
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -42,4 +42,10 @@
        <item>com.android.systemui.statusbar.notification.InstantAppNotifier</item>
        <item>com.android.systemui.toast.ToastUI</item>
    </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>