How do I find which service is running in the background on Android?
How do I find which service is running in the background on Android? similar way to enter service, .... Using adb or terminal on android device? Can I use the "top" or "ps" command?
Maybe I need to ask in a different way? Is the service presented as a single "process" then can we use the "ps" or "top" command to find it?
+2
a source to share