tldr/pages.tr/android/cmd.md

17 lines
335 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# cmd
> Android servis yöneticisi.
> Daha fazla bilgi için: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
- Tüm çalışan servisleri sırala:
`cmd -l`
- Belirtilen servisi çağır:
`cmd {{alarm}}`
- Belirtilen argümanlar ile servis çağır:
`cmd {{vibrator}} {{vibrate 300}}`