Top "Storage-access-framework" questions

The Storage Access Framework makes it simple for users to browse and open documents, images, and other files across all of their their preferred document storage providers on the Android platform.

Open a Google Drive File Content URI after using KitKat Storage Access Framework

I am using the Storage Access Framework for android 4.4 and opening the file picker. Everything works except when choosing a …

android google-drive-api storage-access-framework
Android SD Card Write Permission using SAF (Storage Access Framework)

After a lot of findings about how to write(and rename) a file in SD Card (android 5 and above), I …

android android-5.0-lollipop android-sdcard storage-access-framework documentfile
How to persist permission in android API 19 (KitKat)?

In my application I store the path of image in my SQlite db for further use. The path that I …

java android sqlite android-4.4-kitkat storage-access-framework
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 fires an …

android android-intent android-activity android-4.4-kitkat storage-access-framework
How to programmatically move , copy files to SD?

I am making an android app which lets the user transfer some files from internal storage to external storage(SD …

android storage storage-access-framework file-move
All apps associated with this action have been disabled, blocked, or are not installed Storage Access Framework

In my application I am trying to get MS-Word and PDF files through Storage Access Framework which works well on …

android storage-access-framework
ContentResolver.openFileDescriptor() does not call ContentProvider.openFIle

I implemented a ContentProvider by overriding openFile(...) method. Then I tested it by using ContentResolver.openFileDescriptor(...) method. As specified in …

android android-contentprovider storage-access-framework
Android SAF (Storage Access FrameWork): Get particular file Uri from TreeUri

I am taking External Sd Card's PersistableUriPermission and storing it for further use. Now I want that when user provides …

android file-io android-sdcard storage-access-framework
Writing many files on Android 11

Scenario I am trying to create many files, as a feature for the user. For example, I might write an …

android storage-access-framework
Trying to takePersistableUriPermission() fails for custom DocumentsProvider via ACTION_OPEN_DOCUMENT

I am trying to write a custom DocumentsProvider that allows other apps to take persistable permissions to the Uris it …

android permissions android-contentprovider storage-access-framework