ragul02 commented on issue #508:
URL:
https://github.com/apache/cordova-plugin-file/issues/508#issuecomment-995897019
Included below in config.xml:
```xml
<preference name="AndroidPersistentFileLocation" value="Internal" />
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge"
target="/manifest/application"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:networkSecurityConfig="@xml/network_security_config" />
<application android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true" />
</edit-config>
```
--
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]