Since the Activity is your own, add a call to finish() in onCreate, after starting the service and the next activity.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com 25.08.2010 4:32 пользователь "Call_Waiting" <[email protected]> написал: This is what I found from in my researching (ActivityManager.RunningAppProcessInfo) too. Hackborn I think your on the right train of thought. I just want to peek() at the top of the Activity Stack. So I know when the user has left the app that my app started. Currently you have to go back to my app to turn it off, I'd like it just to cut off by itself. My app starts my service and then starts a 3rd party app, previously selected from the list of apps installed on that device. This is all done within onCreate(). So you don't even see my app except the first time you run it. - To put in your settings. Or if you hit the back button. - To change the already existing settings. Does any know of any examples of how to implement RunningAppProcess ? -- 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]<android-developers%[email protected]> For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- 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

