1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

adb-reboot: add Chinese translation (#14276)

This commit is contained in:
Cryo 2024-10-19 13:06:06 +08:00 committed by GitHub
parent 541529b37a
commit ab8fd5cde2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# adb reboot
> 重启已连接的 Android 设备或模拟器。
> 更多信息:<https://manned.org/adb>.
- 正常重启设备:
`adb reboot`
- 重启设备到引导加载程序模式:
`adb reboot bootloader`
- 重启设备到恢复模式:
`adb reboot recovery`
- 重启设备到 fastboot 模式:
`adb reboot fastboot`