Files
tldr/pages.uk/android/pm.md
K.B.Dharun Krishna 5c26174aa9 pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30

25 lines
833 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/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}}`