universal7885: Add reboot to download mode

Change-Id: I144b5cea48cf12cdbfebc1bdc8df5abc1b463710
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
synt4x93 2020-04-21 07:29:44 +01:00 committed by roynatech2544
commit 468d557aa1

View file

@ -5,8 +5,11 @@
-->
<resources>
<bool name="config_haveHigherAspectRatioScreen">true</bool>
<string-array name="config_restartActionsList">
<!-- Defines the actions shown in advanced reboot submenu -->
<string-array name="config_restartActionsList">
<item>restart</item>
<item>restart_recovery</item>
<item>restart_download</item>
</string-array>
</resources>