You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/24 13:34:28 UTC

[GitHub] [cordova-plugin-media] erisu commented on a diff in pull request #344: feat(android): drop WRITE_EXTERNAL_STORAGE permission

erisu commented on code in PR #344:
URL: https://github.com/apache/cordova-plugin-media/pull/344#discussion_r880513519


##########
README.md:
##########
@@ -50,6 +50,28 @@ function onDeviceReady() {
 cordova plugin add cordova-plugin-media
 ```
 
+### Android Permission Quirks
+
+**[WRITE_EXTERNAL_STORAGE](https://developer.android.com/reference/android/Manifest.permission#WRITE_EXTERNAL_STORAGE)**
+
+By default, this plugin no longer enables the `WRITE_EXTERNAL_STORE` permission because the permission's protection level is set to dangerous.
+
+This permission is not required for writing to the application-specific external directories.
+
+If you are trying to write to external directories that are not owned by the application, you might need to enable this permission.

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org