I have a problem with my app regarding the downloading process.
My app has a feature to download media from online cloud and store the downloaded file onto the Download directory of the internal storage. The downloads work well and the progress can go all the way up to 100%, hence the media is saved in the folder and can be played. But, when it comes to Android on version 10 and over, the download progress stuck at 0%.
I am using the “Download” component so the downloaded media is saved in Download directory (should be able to be accessed (written or read) by scoped storage scheme), but in this case, the download does not even processing in Android 10 and over.