Skip to content Skip to sidebar Skip to footer
Showing posts with the label Storage Access Framework

Unexpected Behavior When Documentfile.fromtreeuri() Is Called On Uri Of Subdirectory Documentfile Object

If I call DocumentFile.fromTreeUri() on main directory and I list its content, it returns all Docu… Read more Unexpected Behavior When Documentfile.fromtreeuri() Is Called On Uri Of Subdirectory Documentfile Object

No Activity Found To Handle Intent - Android.intent.action.open_document

I am trying my hand on Storage Access Framework of android 4.4 I have developed a dummy app which f… Read more No Activity Found To Handle Intent - Android.intent.action.open_document

Extra To Enable The Show/hide Sd Card With Storage Access Framework (saf)

I am using the Storage Access Framework (SAF) : Intent intent = new Intent(Intent.ACTION_OPEN_DOCUM… Read more Extra To Enable The Show/hide Sd Card With Storage Access Framework (saf)