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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to