Merge "Documented adb install --instant"
am: 53248e47f4
Change-Id: I63f84176af98131059b569c69537a766949c591f
This commit is contained in:
commit
936a41acc8
1 changed files with 3 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ static void help() {
|
||||||
" emu COMMAND run emulator console command\n"
|
" emu COMMAND run emulator console command\n"
|
||||||
"\n"
|
"\n"
|
||||||
"app installation:\n"
|
"app installation:\n"
|
||||||
" install [-lrtsdg] PACKAGE\n"
|
" install [-lrtsdg] [--instant] PACKAGE\n"
|
||||||
" install-multiple [-lrtsdpg] PACKAGE...\n"
|
" install-multiple [-lrtsdpg] [--instant] PACKAGE...\n"
|
||||||
" push package(s) to the device and install them\n"
|
" push package(s) to the device and install them\n"
|
||||||
" -l: forward lock application\n"
|
" -l: forward lock application\n"
|
||||||
" -r: replace existing application\n"
|
" -r: replace existing application\n"
|
||||||
|
|
@ -159,6 +159,7 @@ static void help() {
|
||||||
" -d: allow version code downgrade (debuggable packages only)\n"
|
" -d: allow version code downgrade (debuggable packages only)\n"
|
||||||
" -p: partial application install (install-multiple only)\n"
|
" -p: partial application install (install-multiple only)\n"
|
||||||
" -g: grant all runtime permissions\n"
|
" -g: grant all runtime permissions\n"
|
||||||
|
" --instant: cause the app to be installed as an ephemeral install app\n"
|
||||||
" uninstall [-k] PACKAGE\n"
|
" uninstall [-k] PACKAGE\n"
|
||||||
" remove this app package from the device\n"
|
" remove this app package from the device\n"
|
||||||
" '-k': keep the data and cache directories\n"
|
" '-k': keep the data and cache directories\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue