Hi,
I'm having problems using the Camera intent. So I tried to run the CameraApp sample from https://github.com/xamarin/monodroid-samples/tree/master/CameraAppDemo and it exhibited the same problem.
If you click the 'X' button is returns to the sample application with the result code of 'Cancel' as expected. However, if you press the ' ✔' button nothing happens. I excepted it to return to the calling activity and call protected override void OnActivityResult(int requestCode, Result resultCode, Intent data). However the camera application just stays open.
Any thoughts?
Regards,
Ed.