58
devNews
5y

--- New API allows developers to update Android Apps while using them ---

Today, at the Android Dev Summit, Google announced a new API which allows developers to update an app while using it.
Until now, you were forced to close the app and were locked out of it until the update has finished.
This new API adds two different options:
1.) A Full-Screen experience which locks the user out of the app which should be used for critical updates when you expect the user to wait for the update to be applied immediately. This option is very similar to how the update flow worked until now.
2.) A flexible update so users can keep using the app while it's updating. Google also said that you can completely customize the update flow so it feels like part of your app!

For now, the API is only available for early-access partners, but it will be released for everyone soon!

Source:
https://android-developers.googleblog.com/...

Comments
Add Comment