How to find what service running on background on Android?
        Posted  
        
            by XC
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by XC
        
        
        
        Published on 2010-04-27T12:03:11Z
        Indexed on 
            2010/04/28
            2:43 UTC
        
        
        Read the original article
        Hit count: 235
        
android
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?
© Stack Overflow or respective owner