scottopolis commented on issue #271:
URL:
https://github.com/apache/cordova-plugin-media/issues/271#issuecomment-871619358
In case you are wondering how to write the full edit-config for
@brunocbatista's fix, here it is:
`<platform name="android">
<edit-config file="AndroidManifest.xml"
target="/manifest/application" mode="merge">
<application android:requestLegacyExternalStorage="true" />
</edit-config>
</platform>`
Also note that you need to add this to the widget tag if it's not there
already: xmlns:android="http://schemas.android.com/apk/res/android"
--
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]