mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
adb-shell-pm-list: add page (#18795)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f72272fd46
commit
318e01d8be
@@ -0,0 +1,32 @@
|
||||
# adb shell pm list
|
||||
|
||||
> List users, packages, permissions, instrumentation, permission groups, features and libraries managed by the package manager.
|
||||
> More information: <https://developer.android.com/tools/adb>.
|
||||
|
||||
- List all installed packages:
|
||||
|
||||
`adb shell pm list packages`
|
||||
|
||||
- Print all users on the system:
|
||||
|
||||
`adb shell pm list users`
|
||||
|
||||
- Print all known permission groups:
|
||||
|
||||
`adb shell pm list permission-groups`
|
||||
|
||||
- Print all known permissions:
|
||||
|
||||
`adb shell pm list permissions`
|
||||
|
||||
- List all test packages:
|
||||
|
||||
`adb shell pm list instrumentation`
|
||||
|
||||
- Print all features of the system:
|
||||
|
||||
`adb shell pm list features`
|
||||
|
||||
- Print all the libraries supported by the current device:
|
||||
|
||||
`adb shell pm list libraries`
|
||||
Reference in New Issue
Block a user