mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Add reboot to download mode
Change-Id: I144b5cea48cf12cdbfebc1bdc8df5abc1b463710 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
781c9e0c1c
commit
468d557aa1
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue