Hi!

I have following problem with my application:

>From my main activity ("activity 1"), there is a menu from which user
can launch an action.
This action will result in an Intent being received by a
BroadcastReceiver, defined in my application.
Finally, this BroadcastReceiver will start an activity ("activity 2")
to deal with this intent.

The problem is that I have a "quit application" entry in my menu, and
I can only finish() currently active activity.
ie I am not able to finish "activity 1" from the menu of "activity 2".

And I can't use startActivityForResult() as "activity 2" can't be
started from "activity 1".

Any suggestion would be much appreciated
Thank you very much guys, regards.

-- 
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

Reply via email to