app: add safe mode config to menu

This commit is contained in:
vvb2060
2024-01-07 03:52:42 +08:00
committed by John Wu
parent 02e189a029
commit dd3b9980e7
4 changed files with 25 additions and 4 deletions
+6 -1
View File
@@ -26,4 +26,9 @@
android:id="@+id/action_reboot_edl"
android:title="@string/reboot_edl" />
</menu>
<item
android:id="@+id/action_reboot_safe_mode"
android:checkable="true"
android:title="@string/reboot_safe_mode" />
</menu>
+1
View File
@@ -107,6 +107,7 @@
<string name="reboot_bootloader">Reboot to Bootloader</string>
<string name="reboot_download">Reboot to Download</string>
<string name="reboot_edl">Reboot to EDL</string>
<string name="reboot_safe_mode">Safe mode</string>
<string name="module_version_author">%1$s by %2$s</string>
<string name="module_state_remove">Remove</string>
<string name="module_state_restore">Restore</string>