[DEPRECATED] Apache Cordova Plugin Compatibility

Clone this repo:
  1. 6a1c896 deprecation by Jan Piotrowski · 5 years ago master
  2. 9ac4283 Revert "CB-13294: Updated version to 2.0.0 for deprecation" by Steve Gill · 7 years ago
  3. c2521e9 Revert "Set VERSION to 2.0.1-dev" by Steve Gill · 7 years ago
  4. 31a4a79 Set VERSION to 2.0.1-dev by Steve Gill · 7 years ago
  5. 0df201c CB-13294: Updated version to 2.0.0 for deprecation by Steve Gill · 7 years ago

cordova-plugin-compat


📌 Deprecation Notice

This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is but any future issues will not be fixed by the Cordova community.

Feel free to fork this repository and improve your fork. Existing forks are listed in Network and Forks.


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

Deprecated

This plugin is no longer being worked on as the functionality provided by this plugin is now included in cordova-android 6.3.0. You should upgrade your application to use version 1.2.0 of this plugin. It will detect whether or not the plugin is required based on the version of cordova-android your app uses.

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.