This repository contains a set of individual Android Studio projects to help you learn about storage in Android (saving files in storage, key-value data, sharing simple data, sharing files, printing files, content providers, Storage Access Framework [SAF], etc.).
For more information, please read our documentation
ActionOpenDocument: A sample PDF viewer app that demonstrates the use of
Intent.ACTION_OPEN_DOCUMENT
.
ActionOpenDocumentTree: An example file manager app that utilizes
Intent.ACTION_OPEN_DOCUMENT_TREE
to allow a user to browse and open files.