Updated version and RELEASENOTES.md for release 1.0.0
2 files changed
tree: 834783736de6fc0c4d36ff6860cb6f2cf4173389
  1. src/
  2. .editorconfig
  3. .gitignore
  4. .jshintrc
  5. .npmignore
  6. package.json
  7. plugin.xml
  8. README.md
  9. RELEASENOTES.md
README.md

cordova-plugin-compat

This repo is for remaining backwards compatible with previous versions of Cordova.

USAGE

Your plugin can depend on this plugin and use it to handle the new run time permissions Android 6.0.0 (cordova-android 5.0.0) introduced.

View this commit to see how to depend on cordova-plugin-compat. View this file to see how PermissionHelper is being used to request and store permissions. Read more about Android permissions at http://cordova.apache.org/docs/en/latest/guide/platforms/android/plugin.html#android-permissions.