I have classes set up like this: MyActivity extends MiddleClass
extends Activity.
I need to call startActivityForResult in a MiddleClass method and have
onActivityResult triggered in either MiddleClass or MyActivity.

I've tried various configurations of AndroidManifest and constructor
changes, but can't seem to get it to trigger.
Is this possible, or do I need to give up on the concept?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to