How to know whether service is running using adb shell in android -
i want know whether media player service (registers media.player when device boots up) running or not using adb shell. possible?
i tried running ps command no success.
try command line
adb shell service list
i list of service names , package names well.
Comments
Post a Comment