gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 168 forks source link

Compatibility with older Cordova-Android versions #89

Closed EddyVerbruggen closed 8 years ago

EddyVerbruggen commented 8 years ago

Don't @Override onRequestPermissionResult because that's why PermissionHelper.java was added in the first place: the superclass may not have this method (older Cordova-Android versions). The PermissionHelper fixes that with reflection.

gitawego commented 8 years ago

thx for your help