Thanks for previous replies,
Is it possible to know which are the applications running in background process.My query is to get the list of applications which is running in background. I searched this for a while, but still dint get any proper solution. pls guide me.
You can get a list of services running using this sort of code:
There are a whole bunch of Service. types that you can check for and if you want to find a specific one, you use its fully qualified name.