Skip to content

Initial release

Compare
Choose a tag to compare
@eb1 eb1 released this 09 Nov 16:21
· 6 commits to master since this release
3a811f1

This is the initial release of cordova-plugin-env, and contains the following methods:

  • getExternalStorageState()
  • isExternalStorageEmulated()
  • isExternalStorageRemovable()
  • getDirectory(string)

These methods expose the functionality of the Android Environment object.