Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-24 00:17:31 +00:00
parent 058ce19122
commit 20dd4df506
9 changed files with 164 additions and 14 deletions

View File

@@ -8,9 +8,9 @@ source: https://github.com/tldr-pages/tldr.git
> Android Package Manager tool.
> More information: <https://developer.android.com/tools/adb>.
- 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:
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- 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: