Files
tldr/pages.uk/android/pm.md
Vitor Henrique 006abfda34 pages*: sync https://developer.android.com more info links (#12288)
* pages*: sync https://developer.android.com more info links

* dalvikvm: fix wrong link
2024-02-22 17:53:50 +05:30

25 lines
819 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 девайсі.
> Більше інформації: <https://developer.android.com/tools/adb#pm>.
- Вивести всі встановлені застосунки:
`pm list packages`
- Вивести всі встановлені системні застосунки:
`pm list packages -s`
- Вивести всі встановлені сторонні (3d-party) застосунки:
`pm list packages -3`
- Вивести застосунки, які підпадають під специфічні ключові слова:
`pm list packages {{ключове_слово1 ключове_слово2 ...}}`
- Вивести шлях до APK для специфічного застосунку:
`pm path {{app}}`