Hello,
I explain you my problem:
I have an application with an activity A which creates an activity B
(in theme dialog).
I push the button in my activity B to finish it, i come back on
activity A, it is ok.
Then I press the button return on my G1, i go back on my home screen.
And now if i do a long press on the home button, and i click on my
application, it is the activity B which appears !
I finish my activity B, with this code :
setResult(RESULT_OK);
finish();
Do you have any idea to resolve this problem?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---