You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Add userspace reboot
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
android:id="@+id/action_reboot_normal"
|
||||
android:title="@string/reboot" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_reboot_userspace"
|
||||
android:title="@string/reboot_userspace"
|
||||
android:visible="false" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_reboot_recovery"
|
||||
android:title="@string/reboot_recovery" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_reboot_bootloader"
|
||||
android:title="@string/reboot_bootloader" />
|
||||
@@ -17,8 +26,4 @@
|
||||
android:id="@+id/action_reboot_edl"
|
||||
android:title="@string/reboot_edl" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_reboot_recovery"
|
||||
android:title="@string/reboot_recovery" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user