GitHub user breautek added a comment to the discussion: Error: Intent null saying no plugin was registered to receive it when used Cordova with registerForActivityResult
> 07-08 19:28:45.912 23484 23484 D XYZ_CAMERA_PLUGIN: Sagar :: got results from > authorization result ActivityResult{resultCode=RESULT_OK, data=null} If the data is null, I believe it means the intent did not set any data. This is an issue with the intent implementation, or it could be an issue with the intent usage (e.g. missing required input parameters) > 07-08 19:28:45.913 23484 23484 W CordovaInterfaceImpl: Got an activity > result, but no plugin was registered to receive it. This warning would be as expected since you're using the newer API and aren't going through the Cordova interface, it appears it still receives intent responses via android's older API but no plugin is registered to listen for that response. It can probably safely be ignored since you are actually handling it via the newer contract API but I'm not sure if there are any other implications. GitHub link: https://github.com/apache/cordova/discussions/485#discussioncomment-10023643 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org