Files
tldr/pages.fa/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
663 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
> نمایش اطلاعات مربوط به برنامه های یک دستگاه اندروید.
> اطلاعات بیشتر: <https://developer.android.com/tools/adb#pm>.
- فهرست تمامی برنامه های نصب شده :
`pm list packages`
- فهرست تمامی برنامه های سیستمی نصب شده :
`pm list packages -s`
- فهرست تمامی برنامه های نصب شده شخض ثالث :
`pm list packages -3`
- فهرست برنامه های منطبق با کلید واژه(ها) :
`pm list packages {{keyword1 keyword2 ...}}`
- نمایش مسیر فایل APK یک برنامه مشخص :
`pm path {{app}}`