Mihai Dumitrache wrote: > Hello, > I am trying to build a service on android that receives broadcast > events about some changes in the system. Right now i am trying to > figure out how to receive events about what activity is currently > running in the foreground. I was thinking that maybe android sends a > broadcast event with the name of the activity / app that has to run, > but i didn't come to a final conclusion.
There is no such broadcast Intent, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming Books: http://commonsware.com/books -- 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

