Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 756 Bytes

File metadata and controls

16 lines (12 loc) · 756 Bytes

Storage Samples Repository

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

Samples

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.