microsoft / appcenter-sdk-android

Development repository for the App Center SDK for Android
Other
277 stars 134 forks source link

Install update in background thread #1625

Closed MatkovIvan closed 2 years ago

MatkovIvan commented 2 years ago

Description

Move installation to background to avoid ANRs. Restored ReleaseDonwloader abstraction from DownloadManager.

Related PRs or issues

1612

AB#91961