Improve adb install help.
Bug: 21365060 Change-Id: I0a4ea5cf3a2f37a82161b30f7eec5781d175aa8f
This commit is contained in:
parent
42ac34f740
commit
23d8407465
1 changed files with 7 additions and 0 deletions
|
@ -146,6 +146,13 @@ static void help() {
|
|||
" adb reverse --remove-all - remove all reversed socket connections from device\n"
|
||||
" adb jdwp - list PIDs of processes hosting a JDWP transport\n"
|
||||
" adb install [-lrtsdg] <file>\n"
|
||||
" - push this package file to the device and install it\n"
|
||||
" (-l: forward lock application)\n"
|
||||
" (-r: replace existing application)\n"
|
||||
" (-t: allow test packages)\n"
|
||||
" (-s: install application on sdcard)\n"
|
||||
" (-d: allow version code downgrade)\n"
|
||||
" (-g: grant all runtime permissions)\n"
|
||||
" adb install-multiple [-lrtsdpg] <file...>\n"
|
||||
" - push this package file to the device and install it\n"
|
||||
" (-l: forward lock application)\n"
|
||||
|
|
Loading…
Reference in a new issue