Re: [android-developers] Check Activity Stack from Service

2010-08-22 Thread Kostya Vasilyev
Do it the other way around: call stopService() from the activity when appropriate. 20.08.2010 4:13, Call_Waiting пишет: Hey ya'll, I have an app that starts a service, then starts another activity previously selected by the user. Everything works on my app except I'm trying to get the servic

[android-developers] Check Activity Stack from Service

2010-08-21 Thread Call_Waiting
Hey ya'll, I have an app that starts a service, then starts another activity previously selected by the user. Everything works on my app except I'm trying to get the service to kill itself, after it leaves the other activity without it having to come back to my activity. I've looked everywhere t