소스 검색

sm8450-common: overlay: Add reboot to fastbootd

Change-Id: I733b4d29129f85b92222e292af46602310b9f29f
LuK1337 5 년 전
부모
커밋
8bbf1ddd18
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      overlay/Lineage/res/values/config.xml

+ 8 - 0
overlay/Lineage/res/values/config.xml

@@ -4,6 +4,14 @@
      SPDX-License-Identifier: Apache-2.0
 -->
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- Defines the actions shown in advanced reboot submenu -->
+    <string-array name="config_restartActionsList">
+        <item>restart</item>
+        <item>restart_recovery</item>
+        <item>restart_fastboot</item>
+        <item>restart_bootloader</item>
+    </string-array>
+
     <!-- Whether device has a screen with a higher aspect ratio -->
     <bool name="config_haveHigherAspectRatioScreen">true</bool>
 </resources>