System Grab Bag

View all TLDR pages from Android (or from all pages)

cmd

Android service manager. More information: https://cs.android.com/android/platform/superproject/+/master: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 ...}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: