DownloadManager 是否适用于 targetapi 30?

Does DownloadManager will work on targetapi 30?

无法在 API30 中找到有关 DownloadManager 和范围存储的正确信息。 如何测试? 我尝试将目标 api 从 29 更改为 30,并且一切正常,这是否意味着我不需要将代码更改为 MediaStore?

P.S。我没有在我的清单中 android:requestLegacyExternalStorage="true"

DownloadManager 在 API30 中仍然正常工作。 API29 中仅弃用了 2 种方法。 参考https://developer.android.com/reference/android/app/DownloadManager

另请注意 DownloadManager.Request 中的 API30 更改。

https://developer.android.com/reference/android/app/DownloadManager.Request