The document provider API in Android 4.4 (Kitkat) offers a framework for storage providers, such as OwnCloud, Google Docs, Box etc.
http://developer.android.com/about/versions/kitkat.html#44-storage-access
This looks like a useful way to permit users to access their OwnCloud files quickly, and make use of OwnCloud as their default storage location, throughout the OS, and permits the provider to be written once, but used by any client application that uses this API.
Implementation documentation is available at http://developer.android.com/reference/android/provider/DocumentsProvider.html
The document provider API in Android 4.4 (Kitkat) offers a framework for storage providers, such as OwnCloud, Google Docs, Box etc.
http://developer.android.com/about/versions/kitkat.html#44-storage-access
This looks like a useful way to permit users to access their OwnCloud files quickly, and make use of OwnCloud as their default storage location, throughout the OS, and permits the provider to be written once, but used by any client application that uses this API.
Implementation documentation is available at http://developer.android.com/reference/android/provider/DocumentsProvider.html