In Android 10+, scoped storage restricts general access to shared directories which includes "download" directory. You can use app specific external directory access (Android/data/) instead. If access to download directory without user action is absolutely necessary for your app, you'll need All Files Access (MANAGE_EXTERNAL_STORAGE) permission. But Google Play requires apps to have a justifiable reason for requesting All Files Access. Otherwise your app will be rejected