Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/179#discussion_r60988953 --- Diff: README.md --- @@ -273,6 +273,15 @@ Listing asset directories is really slow on Android. You can speed it up though, adding `src/android/build-extras.gradle` to the root of your android project (also requires cordova-android@4.0.0 or greater). +### Permisson to write to external storage when it's not mounted + +Marshmallow requires the apps to ask for permissions when reading/writing to external locations. By default, your app has permission to write to --- End diff -- Link to [this](http://developer.android.com/guide/topics/data/data-storage.html#filesExternal) maybe?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org