Only debuggable packages can be downgraded.
This reflects the change in PackageManager service: frameworks/base commit 921dd754ab49df0cd580ff96503f7616c4c85f4a. Bug: 27327503 Change-Id: Ifcc7268cd271640417b8cfc9db81ea954b491cb1
This commit is contained in:
parent
6bceddcaee
commit
85ed97518c
1 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ static void help() {
|
|||
" (-r: replace existing application)\n"
|
||||
" (-t: allow test packages)\n"
|
||||
" (-s: install application on sdcard)\n"
|
||||
" (-d: allow version code downgrade)\n"
|
||||
" (-d: allow version code downgrade (debuggable packages only))\n"
|
||||
" (-g: grant all runtime permissions)\n"
|
||||
" adb install-multiple [-lrtsdpg] <file...>\n"
|
||||
" - push this package file to the device and install it\n"
|
||||
|
|
@ -165,7 +165,7 @@ static void help() {
|
|||
" (-r: replace existing application)\n"
|
||||
" (-t: allow test packages)\n"
|
||||
" (-s: install application on sdcard)\n"
|
||||
" (-d: allow version code downgrade)\n"
|
||||
" (-d: allow version code downgrade (debuggable packages only))\n"
|
||||
" (-p: partial application install)\n"
|
||||
" (-g: grant all runtime permissions)\n"
|
||||
" adb uninstall [-k] <package> - remove this app package from the device\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue