ReallySmallSoftware commented on issue #345: URL: https://github.com/apache/cordova-plugin-camera/issues/345#issuecomment-660666758
I'm reaching a bit here - but I see that the error reports in issue [#554 ](https://github.com/apache/cordova-plugin-camera/issues/554) is on line 803 of CameraLauncher. I have been trying to debug a problem with resuming after the activity has been destroyed and hit the same error on that line. My investigations suggest that the use of applicationId is the problem. If the activity has been destroyed and is recreated then applicationId will not be set because it gets set in the execute() method. If I fiddle with the code locally and ensure it gets set within onActivityResult then that problem goes away. You can recreate this 100% is you set allowEdit to true and on the device change the developer settings to destroy activities. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
