Android 4.4 got a new File Picker UI which is based on apps supporting the Storage Access Framework.
When I open up the Gmail app and add an attachment to my mail, the File Picker UI shows up and displays the local library paths (images, music, video) as well as all apps that manage files (Dropbox, Filemanagers, etc) and I can choose a file from there.
Now I try to implement the same File Picker UI in my own app, using the StorageClient Example (
http://developer.android.com/samples/StorageClient/index.html). In this app, I only get the local library paths and the Google Drive app as a source for files. That's also true for any other app using the new File Picker UI like Quickoffice.
Why is showing Gmail more apps to choose from in the same UI than the other apps? Am I missing some options here, or is the File Picker in Gmail a modified version of the System File Picker? It seems that the additionally listed apps in the Gmail File Picker are not supporting Storage Access Framework (yet). Any hints how to accomplisch the same (more complete) File Picker like in the Gmail app in my own custom app?