Hello ...

I have a app that has a activity that can be started from the start
menu and a activity that is strated by a intent receiver.

Now on boot , if the receiver is called , the activity is
started...after backing out of this activity user returns to previous
screen (could be home or whatever user was doing) .. this is how it
should be.

But if i start the other activity from the main launcher, and press
the home button to go back to the home screen..the problem begins.
Now if the receiver is called , and user backs out of receiver
activity..the main (still running in background) activity is shown...

This is not how i want it..because it causes users after dismissing a
calendar event (the purpose of my app) to return to eg the settings
from the main app..

If i call finish() in onpause , it works ok...but that is not the way
it should work.

Any clues?

Hope the problem is clear , since english isn't my first language i
found it hard to explain the problem :-)

Thanks..

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