How to check in Android that new firmware is available?
On iOS there is a
So is it possible on Android just check if new firmware available?
Thanks in advance for any help.
checkForFirmwareUpdateWithHandler:
function that can just check that new firmware is available for download. But I didn't find the similar method in Android API, just AsyncOperation<Void> updateFirmware(DfuProgressHandler handler)
. I believe it isn't very convenient to have only update method, it's more friendly to make user know about new updates before, and allow him/her to decide.So is it possible on Android just check if new firmware available?
Thanks in advance for any help.
This discussion has been closed.
Comments