Use ur own Constants On Wed, Nov 19, 2008 at 1:20 AM, Tom <[EMAIL PROTECTED]> wrote:
> > Network hiccup there? > > On Nov 18, 11:34 am, Tom <[EMAIL PROTECTED] > wrote: > > I am trying to pass a jpeg from the camera back to the calling > > activity. From a Handler I call activity.setResult(RESULT_OK, intent) > > where intent is a new Intent() with a Bundle containing the jpeg. In > > the onActivityResult() of the original caller, though, I get a > > resultCode of RESULT_CANCELED. If I instead call activity.setResult > > (RESULT_OK) the resultCode remains OK. > > > > Does anyone have any hints on how best to track this down or what to > > look for? > > > > Thanks! > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

