gwynjudd commented on issue #1388: URL: https://github.com/apache/cordova-android/issues/1388#issuecomment-1664641112
Hello, It is this method in PermissionsHelper which is private https://github.com/apache/cordova-android/blob/c9e7c5998635ad86412c5e8ef90df357a1676dcf/framework/src/org/apache/cordova/PermissionHelper.java#L76 As far as I can tell, it is the only method which ever calls CordovaPlugin#onRequestPermissionResult From: Thibault ***@***.***> Sent: Thursday, 3 August 2023 8:49 pm To: apache/cordova-android ***@***.***> Cc: Gwyn Judd ***@***.***>; Mention ***@***.***> Subject: Re: [apache/cordova-android] onRequestPermissionResult deprecation issue (Issue #1388) Hi @gwynjudd<https://github.com/gwynjudd>, Small question, how this method is private? https://github.com/apache/cordova-android/blob/c9e7c5998635ad86412c5e8ef90df357a1676dcf/framework/src/org/apache/cordova/CordovaPlugin.java#L413-L426 By my understanding, both method works at the end? Kr. - Reply to this email directly, view it on GitHub<https://github.com/apache/cordova-android/issues/1388#issuecomment-1663558024>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AACMWTFT62NMSJAUXU2LNSDXTNQYZANCNFSM5LKYYHOQ>. You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>> -- 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]
