To come back to the photos example, by default Android has a Document picker. Its .. bad. Unless you are picking a picture you have just taken, you won't be able to find what you are looking for.
At the very least, either allowing apps to respond to the search intent in order to allow them to handle the search however they want or at least delegating this task to one app (like Google Photo) that already has a good search feature.
More generally, I am not a big fan of exposing the file system to end users. It is relatively convenient for power users, but for all the other users it is a complete mystery.
For pretty long, Android has toyed with the idea of doing something else. Hiding away the file system as an implementation detail users don't need to know and offering a document based interface instead.
Whether this could work or not has remained unanswered though .. their implementation is so half assed that it is barely worth mentioning.
As far as I've been able to figure out it's the only way to create albums in the photo gallery. Bizarre, and I have to think I'm wrong, but I haven't been able to find anything to contradict it.
To come back to the photos example, by default Android has a Document picker. Its .. bad. Unless you are picking a picture you have just taken, you won't be able to find what you are looking for.
At the very least, either allowing apps to respond to the search intent in order to allow them to handle the search however they want or at least delegating this task to one app (like Google Photo) that already has a good search feature.
More generally, I am not a big fan of exposing the file system to end users. It is relatively convenient for power users, but for all the other users it is a complete mystery.
For pretty long, Android has toyed with the idea of doing something else. Hiding away the file system as an implementation detail users don't need to know and offering a document based interface instead.
Whether this could work or not has remained unanswered though .. their implementation is so half assed that it is barely worth mentioning.