I couldn't find it in the documentation of AppUpdateManager
, but I hope it's possible. The question is how to enable user to cancel the download of the update?
In particular when the requestUpdateFlow()
returns AppUpdateResult.InProgress
.
I couldn't find it in the documentation of AppUpdateManager
, but I hope it's possible. The question is how to enable user to cancel the download of the update?
In particular when the requestUpdateFlow()
returns AppUpdateResult.InProgress
.
In the case of flexible
there is no direct way to cancel the update, user have to force stop the app or turn off the internet, so in this case, you will get the result RESULT_CANCELED
on onActivityResult
.