Closed EddyVerbruggen closed 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.
@Override
onRequestPermissionResult
PermissionHelper.java
PermissionHelper
thx for your help
Don't
@Override
onRequestPermissionResult
because that's whyPermissionHelper.java
was added in the first place: the superclass may not have this method (older Cordova-Android versions). ThePermissionHelper
fixes that with reflection.