adb-uninstall: add page (#15252)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
12
pages/common/adb-uninstall.md
Normal file
12
pages/common/adb-uninstall.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# adb uninstall
|
||||
|
||||
> Uninstall a package.
|
||||
> More information: <https://manned.org/adb>.
|
||||
|
||||
- Uninstall a package:
|
||||
|
||||
`adb uninstall {{com.example.app}}`
|
||||
|
||||
- Uninstall a package, but keep user data:
|
||||
|
||||
`adb uninstall -k {{com.example.app}}`
|
Reference in New Issue
Block a user