From f8e40ec2ce97314809f2a73745a50171823d8b06 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 23 Oct 2025 23:32:42 +0300 Subject: [PATCH] adb-shell-pm: change examples (#18999) --- pages/common/adb-shell-pm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/adb-shell-pm.md b/pages/common/adb-shell-pm.md index 0b2b5b963c..f5c45c5c63 100644 --- a/pages/common/adb-shell-pm.md +++ b/pages/common/adb-shell-pm.md @@ -3,9 +3,9 @@ > Android Package Manager tool. > More information: . -- Print the path to the APK of a package: +- List installed packages: -`adb shell pm path {{package}}` +`adb shell pm list packages` - Install an app package from a given path: @@ -25,7 +25,7 @@ - Disable a package or component: -`adb shell pm disable {{package_or_class}}` +`adb shell pm disable-user {{package_or_class}}` - Grant a permission for an app: