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

Commit 565e9585 authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Make TVs report no Recents UI

By default Android TV does not support a Recents UI.
Test: atest SystemUITests

Change-Id: I98803c93fa40f28cd7721e83699698128477f6ad
parent 6c65ee52
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -70,4 +70,7 @@
    <string name="config_usbConfirmActivity" translatable="false">
        com.android.systemui/com.android.systemui.tv.usb.TvUsbConfirmActivity
    </string>

    <!-- Android TV does not have a Recents UI by default. -->
    <bool name="config_hasRecents">false</bool>
</resources>