File
Cordova File Plugin
Apache 2.0
cordova,file
https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
https://issues.apache.org/jira/browse/CB/component/12320651
The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml.
If this is a new application no changes are required.
If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add:
"<preference name="AndroidPersistentFileLocation" value="Compatibility" />"
to config.xml in order for the application to find previously stored files.