Files
tldr/pages.uk/android/pm.md
Bohdan Karashchuk ae66fa6d6f android/*: add Ukrainian translation (#11317)
* android/*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-28 13:46:11 +05:30

25 lines
816 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pm
> Вивести інформацію про застосунки на Android девайсі.
> More information: <https://developer.android.com/studio/command-line/adb#pm>.
- Вивести всі встановлені застосунки:
`pm list packages`
- Вивести всі встановлені системні застосунки:
`pm list packages -s`
- Вивести всі встановлені сторонні (3d-party) застосунки:
`pm list packages -3`
- Вивести застосунки, які підпадають під специфічні ключові слова:
`pm list packages {{ключове_слово1 ключове_слово2 ...}}`
- Вивести шлях до APK для специфічного застосунку:
`pm path {{app}}`