A blog for technology, SEO tips, website development and open source programming.

List running services on Android device

1 3,788

Running-ServicesThe post demonstrates how to list the running services on your Android device. The method getRunningServices(int maxNum) of ActivityManager return a list of the services that are currently running.

(Note: this method is only intended for debugging or implementing service management type user interfaces) 

1 Comment
  1. […] + View More Here […]

Leave a Reply

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More