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

Commit 6d5e0fea authored by Robert Horvath's avatar Robert Horvath
Browse files

Use SystemUI to show reboot UI on TV

Before, the system presented a mobile-themed progress dialog
when rebooting.
By setting `config_showSysuiShutdown` to `true`, the
reboot UI is presented by SystemUI instead.
SystemUI's current implementation shows a full-screen scrim overlay,
with centered text and spinner, feeling more at home on TV.

Bug: 127762211
Test: Settings -> Reboot
Change-Id: Ieb7b8157fd0a06a167e1d7545439672691864ff1
parent 2e2d9842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,5 +41,5 @@
    <bool name="config_useDefaultFocusHighlight">false</bool>

    <!-- Allow SystemUI to show the shutdown dialog -->
    <bool name="config_showSysuiShutdown">false</bool>
    <bool name="config_showSysuiShutdown">true</bool>
</resources>