mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:35:23 +02:00
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>
This commit is contained in:
parent
537a8a111f
commit
dda45ffc1b
1 changed files with 12 additions and 0 deletions
12
pages.fr/common/adb-uninstall.md
Normal file
12
pages.fr/common/adb-uninstall.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# adb uninstall
|
||||
|
||||
> Désinstalle un paquet d'une instance d'émulateur Android ou d'un appareil Android.
|
||||
> Plus d'informations : <https://manned.org/adb>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue