You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android 5.0 (API 21) to Android 12 (API 31) support. Beware you cannot start uploads while your app is the background on Android 12 due to recent Service limitations
This part of the doc is misleading. The library does work when started from the background on Android 12 unless the main app or the library that imports it specifically sets targetSdkVersion to 31 and up.
Would also be great to add suggestions to work around the issue should the targetSdkVersion is 31+
The text was updated successfully, but these errors were encountered:
The library does work when started from the background on Android 12 unless the main app or the library that imports it specifically sets targetSdkVersion to 31 and up.
That's true, I added an explanation.
Would also be great to add suggestions to work around the issue should the targetSdkVersion is 31+
The only option going forward is to migrate to WorkManager: #610
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
This part of the doc is misleading. The library does work when started from the background on Android 12 unless the main app or the library that imports it specifically sets
targetSdkVersion
to31
and up.Would also be great to add suggestions to work around the issue should the
targetSdkVersion
is31+
The text was updated successfully, but these errors were encountered: