79135790

Date: 2024-10-29 03:58:39
Score: 0.5
Natty:
Report link

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

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user27894462