Control Android system services easily with CMD service manager. List services, invoke methods, and debug system processes. Free online tool, no registration required.
cmd
Android service manager. More information: https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/.
- [l]ist all running services:
cmd -l
- Call a specific service:
cmd {{service}}
- Call a service with specific arguments:
cmd {{service}} {{argument1 argument2 ...}}