Open
Description
onRequestPermissionResult
is marked as deprecated in favor of onRequestPermissionsResult
:
cordova-android/framework/src/org/apache/cordova/CordovaPlugin.java
Lines 418 to 424 in a1ed1c0
However, CordovaInterfaceImpl
calls the deprecated method instead of the new one:
cordova-android/framework/src/org/apache/cordova/CordovaInterfaceImpl.java
Lines 218 to 224 in a1ed1c0
Maybe should CordovaPlugin
's default implementation of onRequestPermissionResult
call the new onRequestPermissionsResult
method until onRequestPermissionResult
is removed?
Metadata
Metadata
Assignees
Labels
No labels