From 242ffde18debbee02385f90ed01244502dcd47c7 Mon Sep 17 00:00:00 2001 From: Marq Roldan Date: Tue, 21 Jul 2020 20:47:33 +0800 Subject: [PATCH] Update README.md (#327) We should probably update this part as since this package is no longer using `Intent.ACTION_OPEN_DOCUMENT` or `Intent.ACTION_PICK` since 2017 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb04cc..218b1fd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A React Native wrapper for: - Apple's `UIDocumentPickerViewController` -- Android's `Intent.ACTION_OPEN_DOCUMENT` / `Intent.ACTION_PICK` +- Android's `Intent.ACTION_GET_CONTENT` - Windows `Windows.Storage.Pickers` ### Installation