Skip to content

Commit

Permalink
Update README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nic0lette committed Oct 1, 2019
1 parent 8820a92 commit f92a355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MediaStore/README.md
Expand Up @@ -6,7 +6,7 @@ Android Media Store Sample
<img src="screenshots/icon-web.png" height="256" alt="App Icon"/>
</div>

This sample demonstrates how to use Android's [MediaStore][#4] to locate and display the users
This sample demonstrates how to use Android's [MediaStore][4] to locate and display the users
images in a RecyclerView.

Introduction
Expand Down
10 changes: 1 addition & 9 deletions README.md
@@ -1,16 +1,8 @@
Storage Samples Repository
=====================
# 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](https://developer.android.com/guide/topics/providers/document-provider)

Samples
-------
[ActionOpenDocument](ActionOpenDocument/): A sample PDF viewer app that demonstrates the use of
`Intent.ACTION_OPEN_DOCUMENT`.

[ActionOpenDocumentTree](ActionOpenDocumentTree/): An example file manager app that utilizes
`Intent.ACTION_OPEN_DOCUMENT_TREE` to allow a user to browse and open files.

0 comments on commit f92a355

Please sign in to comment.