dpogue commented on issue #1388: URL: https://github.com/apache/cordova-android/issues/1388#issuecomment-1006054937
They are both called by the PermissionsHelper: https://github.com/apache/cordova-android/blob/a1ed1c0af7c6267f47e580e8850295202692f4ea/framework/src/org/apache/cordova/PermissionHelper.java#L76-L88 We can't remove `onRequestPermissionResult` until the next major version because it will break existing plugins that haven't been updated to use `onRequestPermissionsResult`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
