Skip to content

Remove READ_EXTERNAL_STORAGE permission declaration from README.md#121

Open
saibotma wants to merge 1 commit intoShoutSocial:mainfrom
saibotma:remove-read-external-storage
Open

Remove READ_EXTERNAL_STORAGE permission declaration from README.md#121
saibotma wants to merge 1 commit intoShoutSocial:mainfrom
saibotma:remove-read-external-storage

Conversation

@saibotma
Copy link

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)

…droidManifest.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants