write/read to file in cordova hybrid android app
问题 I want to be able to write/read to file in cordova app. the steps I've did: 1. ..>cordova create app 2. app>cordova platform add android 3. app>cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git 4. here I've added following code to the project and added to the manifest: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> and added to config.xml: <feature name="File"> <param name="android-package" value="org.apache.cordova.FileUtils" />