How to find what service running on background on Android?
- by XC
How to find what service running on background on Android?
like input method service, ....
Using adb or terminal on android device ?
Could I use "top" or "ps" command?
Maybe I have to ask in another way?
Does the service be presented as one "process", then we can use "ps" or "top" command to find it?