Files
tldr/pages.fa/android/pm.md
mortalpuppet 39cea3c17d 2to3, 7za, 7zr, [, [[, android/*: add Farsi Translation; 7z: update Farsi Translation (#10603)
* 2to3, 7za, 7zr, [, [[, android/*: add Farsi Translation; 7z: update Farsi Translation

---------

Co-authored-by: mortalpuppet <misagh.sj@mgail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-14 21:01:28 +05:30

25 lines
703 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/studio/command-line/adb#pm>.
- فهرست تمامی برنامه های نصب شده :
`pm list packages`
- فهرست تمامی برنامه های سیستمی نصب شده :
`pm list packages -s`
- فهرست تمامی برنامه های نصب شده شخض ثالث :
`pm list packages -3`
- فهرست برنامه های منطبق با کلید واژه(ها) :
`pm list packages {{کلمه کلیدی 1 کلمه کلیدی 2 ...}}`
- نمایش مسیر فایل APK یک برنامه مشخص :
`pm path {{app}}`