On Mar 31, 2011, at 2:48 PM, hdortim wrote: > I am not sure, but I have used OnActivityResult() succesfully, but you need to override the method to make sure it is called. > So your Method shoudl look like this: > public override void OnActivityResult(int requestCode, int resultCode, Intent intent) Shouldn't that generate a compiler warning? - Jon