from the closing Activity, when and where should setResult() be called. trying to send the result back to the activity waiting for startActivityForResult().
I did it in onStop() - and it always returns RESULT_CANCELED even though i hard-coded a RESULT_OK. seems like RESULT_CANCELED is being returned from somewhere else. On Friday, January 4, 2013 3:59:49 PM UTC-5, dashman wrote: > > > seems like starting the preferences activity with > > startActivityForResult() > > should work. > > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

