jacobg opened a new issue #1388: URL: https://github.com/apache/cordova-android/issues/1388
`onRequestPermissionResult` is marked as deprecated in favor of `onRequestPermissionsResult`: https://github.com/apache/cordova-android/blob/a1ed1c0af7c6267f47e580e8850295202692f4ea/framework/src/org/apache/cordova/CordovaPlugin.java#L418-L424 However, `CordovaInterfaceImpl` calls the deprecated method instead of the new one: https://github.com/apache/cordova-android/blob/a1ed1c0af7c6267f47e580e8850295202692f4ea/framework/src/org/apache/cordova/CordovaInterfaceImpl.java#L218-L224 Maybe should `CordovaPlugin`'s default implementation of `onRequestPermissionResult` call the new `onRequestPermissionsResult` method until `onRequestPermissionResult` is removed? -- 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]
