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:
@@ -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}}`
|
||||
|
||||
|
Reference in New Issue
Block a user