adb reboot: add page (#14002)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Lakshyajeet Singh Goyal
2024-10-07 19:31:16 +05:30
committed by GitHub
parent 97f0e9b445
commit ac12fcc17a

View File

@@ -0,0 +1,20 @@
# adb reboot
> Reboot a connected Android device or emulator.
> More information: <https://manned.org/adb>.
- Reboot the device normally:
`adb reboot`
- Reboot the device into bootloader mode:
`adb reboot bootloader`
- Reboot the device into recovery mode:
`adb reboot recovery`
- Reboot the device into fastboot mode:
`adb reboot fastboot`