android - will "adb reboot" command saves the state of the device before rebooting -
Whenever we reboot the power off or the device's position will be saved. ADB Reboot -> Reboot Device
ADB reboots
does not work on the device directly. It tells the OS to reboot or shut down the power process. See.
Therefore, this will not result in the removal of the battery from your device. It should normally be the same as rebooting your device.
Comments
Post a Comment