# Why apps can't open Downloads on Android 11 — Adinand Auto File Sorter

Last reviewed: September 19, 2026. HTML version: https://adinandsorter.com/answers/why-apps-cant-open-downloads-android-11

**Since Android 11, an app can no longer use the system folder picker to ask you for the Download directory.** The same block applies to the root of the internal storage volume and to the root of an SD card the manufacturer considers reliable, and nothing inside `Android/data/` or `Android/obb/` can be picked at all. If a file app seems unable to see your downloads, that is the operating system talking.

## The restriction, in Google's words

Android's documentation on Android 11 storage updates lists it as a removal: "You can no longer use the `ACTION_OPEN_DOCUMENT_TREE` intent action to request access to the following directories: The root directory of the internal storage volume. The root directory of each SD card volume that the device manufacturer considers to be reliable … The `Download` directory."

There is a second removal beside it, this time covering single files as well as folders: "You can no longer use the `ACTION_OPEN_DOCUMENT_TREE` or the `ACTION_OPEN_DOCUMENT` intent action to request that the user select individual files from the following directories: The `Android/data/` directory and all subdirectories. The `Android/obb/` directory and all subdirectories."

And a third change in the same release that surprises people: "Starting in Android 11, apps cannot create their own app-specific directory on external storage." Between them, these are why an app you have used for years may have changed shape on an Android upgrade.

## What is left, and who gets it

The documentation names exactly one escape hatch, and scopes it: "some apps have a core use case that requires broad access of files on a device … Android provides a special app access called All files access for these situations." Google Play's policy then limits who may ask, listing file managers, backup and restore apps, anti-virus apps and document management apps as intended and permitted use. [What that permission is and is not](https://adinandsorter.com/answers/what-is-all-files-access).

So on a modern Android there are really two kinds of file app: the ones that work on the files you hand them one at a time through the picker, and the ones that hold All files access and can work on a folder unattended. Neither is dishonest; they are answers to different questions.

## Where Adinand Auto File Sorter fits

It is the second kind, and this restriction is the reason. Sorting a folder on a schedule cannot be expressed as a per-file picker consent, and the Download directory is precisely the folder the picker will not grant, so the app asks for All files access from its first screen and says why. Folders you add beyond Downloads are chosen in a file browser inside the app for the same reason.

Sources: [Android 11 storage updates](https://developer.android.com/about/versions/11/privacy/storage) and [Google Play's Use of All files access permission policy](https://support.google.com/googleplay/android-developer/answer/10467955), both read on 16 September 2026. What the app does comes from its own code audit.

Related: [What is All files access on Android?](https://adinandsorter.com/answers/what-is-all-files-access) · [What is scoped storage on Android?](https://adinandsorter.com/answers/what-is-scoped-storage) · [Where do downloaded files go on Android?](https://adinandsorter.com/answers/where-do-downloads-go-on-android)
