adb-install: update French translation (#9205)

This commit is contained in:
Quentin Klein 2022-10-21 06:21:27 +02:00 committed by GitHub
parent 97b652fa61
commit 27a235d015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
`adb install {{chemin/vers/le/fichier.apk}}`
- Pousse une application Android vers l'émulateur/l'appareil spécifique via son numéro de série (écrase la variable `$ANDROID_SERIAL`):
`adb -s {{numero_de_serie}} install {{chemin/vers/le/fichier.apk}}`
- Réinstalle une application existante, tout en gardant ses données :
`adb install -r {{chemin/vers/le/fichier.apk}}`