snippetbashTip
cmd — Android service manager. More information: <https://cs.android.com/android/platform/superproject/+/m
Viewed 0 times
commandcliinformationcmdserviceandroidmoremanager
mobile
Problem
How to use the
cmd command: Android service manager. More information: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.Solution
cmd — Android service manager. More information: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.[l]ist all running services:
cmd -lCall a specific service:
cmd {{service}}Call a service with specific arguments:
cmd {{service}} {{argument1 argument2 ...}}Code Snippets
[l]ist all running services
cmd -lCall a specific service
cmd {{service}}Call a service with specific arguments
cmd {{service}} {{argument1 argument2 ...}}Context
tldr-pages: android/cmd
Revisions (0)
No revisions yet.