From dda45ffc1b53171fcc292e925032f161a7f0300b Mon Sep 17 00:00:00 2001 From: Laykon4 <44904689+Laykon4@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:30:28 +0200 Subject: [PATCH] adb-uninstall: add French translation (#16542) * adb-uninstall : Add French Translation * Update * Update pages.fr/common/adb-uninstall.md Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> * Update pages.fr/common/adb-uninstall.md Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> * Update pages.fr/common/adb-uninstall.md Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> * Update adb-uninstall.md --------- Co-authored-by: Hahaha <44904689+Loanito@users.noreply.github.com> Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.fr/common/adb-uninstall.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.fr/common/adb-uninstall.md diff --git a/pages.fr/common/adb-uninstall.md b/pages.fr/common/adb-uninstall.md new file mode 100644 index 0000000000..44a79f40e3 --- /dev/null +++ b/pages.fr/common/adb-uninstall.md @@ -0,0 +1,12 @@ +# adb uninstall + +> Désinstalle un paquet d'une instance d'émulateur Android ou d'un appareil Android. +> Plus d'informations : . + +- Désinstalle un paquet : + +`adb uninstall {{com.example.app}}` + +- Désinstalle un paquet, mais conserve les données utilisateur : + +`adb uninstall -k {{com.example.app}}`