From d6fa16d4d75d0b2d723c9d1e804fc2363c8ce95e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:17:29 +0200 Subject: [PATCH] adb-uninstall: add page (#15252) Co-authored-by: Juri Dispan Co-authored-by: Wiktor Perskawiec --- pages/common/adb-uninstall.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/adb-uninstall.md diff --git a/pages/common/adb-uninstall.md b/pages/common/adb-uninstall.md new file mode 100644 index 0000000000..5cf259c459 --- /dev/null +++ b/pages/common/adb-uninstall.md @@ -0,0 +1,12 @@ +# adb uninstall + +> Uninstall a package. +> More information: . + +- Uninstall a package: + +`adb uninstall {{com.example.app}}` + +- Uninstall a package, but keep user data: + +`adb uninstall -k {{com.example.app}}`