The 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)
[…] + View More Here […]