commit | 31a4a79436db7f10aa860bb29ad7ad0985557225 | [log] [tgz] |
---|---|---|
author | Steve Gill <stevengill97@gmail.com> | Mon Sep 18 13:48:10 2017 -0700 |
committer | Steve Gill <stevengill97@gmail.com> | Mon Sep 18 13:48:10 2017 -0700 |
tree | 5d51a765c8f8dcdd264e87fc69c00156695a2510 | |
parent | 0df201c24d0e2c6f1cd4139295e97e49756fd470 [diff] |
Set VERSION to 2.0.1-dev
This repo is for remaining backwards compatible with previous versions of Cordova.
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.
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.