pages*: add missing mnemonics (part 1) (#12143)

* pages*: add missing mnemonics

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Vitor Henrique
2024-02-09 11:34:08 -03:00
committed by GitHub
parent cd0b74ed2c
commit 814e511bae
34 changed files with 72 additions and 76 deletions

View File

@@ -11,15 +11,15 @@
`adb -s {{serial_number}} install {{path/to/file.apk}}`
- Reinstall an existing app, keeping its data:
- [r]einstall an existing app, keeping its data:
`adb install -r {{path/to/file.apk}}`
- Push an Android application allowing version code downgrade (debuggable packages only):
- Push an Android application allowing version code [d]owngrade (debuggable packages only):
`adb install -d {{path/to/file.apk}}`
- Grant all permissions listed in the app manifest:
- [g]rant all permissions listed in the app manifest:
`adb install -g {{path/to/file.apk}}`