exit Bootloader
abstract suspend fun exitBootloader(resetApplicationToDefaults: Boolean = false, updateProgress: suspend (progress: Progress) -> Unit = {})
Exit bootloader.
Parameters
reset Application To Defaults
true to reset application to factory defaults after exiting bootloader, false otherwise Note: This feature may not be available for all devices. In such case, plain reset will be performed.
update Progress
of the operation