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

Commit b2788d44 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
Change-Id: If689c72c22e140a142d86861b3273b40de3a6496
parent 92e72e12
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -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>