From 33662552cd2227d185b787f3eaa59150021d16d0 Mon Sep 17 00:00:00 2001 From: saibotma Date: Fri, 30 May 2025 09:48:29 +0200 Subject: [PATCH] Remove READ_EXTERNAL_STORAGE permission declaration from README.md AndroidManifest.xml. The receiving app does not require any additional permissions to read the incoming data, because Android grants the permissions automatically as stated in https://developer.android.com/training/sharing/send#send-binary-content & https://developer.android.com/training/sharing/receive. READ_EXTERNAL_STORAGE is no-op in Android SDK >= 33 anyways (https://developer.android.com/reference/android/Manifest.permission#READ_EXTERNAL_STORAGE) --- share_handler/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/share_handler/README.md b/share_handler/README.md index cf5f45c..8620298 100644 --- a/share_handler/README.md +++ b/share_handler/README.md @@ -167,7 +167,6 @@ class ShareViewController: ShareHandlerIosViewController {} -