diff --git a/MediaStore/README.md b/MediaStore/README.md index e13f5607..2e9d5785 100644 --- a/MediaStore/README.md +++ b/MediaStore/README.md @@ -6,7 +6,7 @@ Android Media Store Sample App Icon -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 diff --git a/README.md b/README.md index 4c227cca..c17b2f0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -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, @@ -7,10 +6,3 @@ 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.