Search code examples
androidandroid-contentproviderstorage-access-framework

Example of SAF client in Play Store


I'm looking for a client application of Android's Storage Access Framework in Google Play; a free app please. Something that allows you to both store files and open files from a documents provider. This could be a simple text editor that allows saving the file into SAF and then using the SAF picker to load a file.

I'm developing my own documents provider and I usually use my own test client when demoing it to others. When I say that other apps on the market using SAF are able to use my provider the obvious question is "can I see an example". Problem is I haven't been able to find concrete examples of SAF clients. There is MS Word but it only allows opening files, not saving.


Solution

  • You can try with QuickEdit Text Editor.

    It's free and it supports both read and write from Android's Storage Access Framework.