Ok, that makes sense. Let me try to recap what is happening here: The plugin was always requesting `READ_EXTERNAL_STORAGE` although it needs to write to that storage. Before Android 8 that was fine as requesting `READ_EXTERNAL_STORAGE` also gave you `WRITE_EXTERNAL_STORAGE` automatically, now with Android 8 you would also get the permission automatically but only if you _requested_ it explicitly. As we don't do that, we should ask for it in the first place and be done with it.
Correct? [ Full content available at: https://github.com/apache/cordova-plugin-media-capture/pull/95 ] This message was relayed via gitbox.apache.org for [email protected]
