mirror of https://github.com/CrimsonTome/tldr.git
adb-install: add -d example (#8423)
parent
7b046caf1c
commit
62b2ca653f
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
`adb install -r {{path/to/file.apk}}`
|
`adb install -r {{path/to/file.apk}}`
|
||||||
|
|
||||||
|
- Push an Android application allowing version code downgrade (debuggable packages only):
|
||||||
|
|
||||||
|
`adb install -d {{path/to/file.apk}}`
|
||||||
|
|
||||||
- Grant all permissions listed in the app manifest:
|
- Grant all permissions listed in the app manifest:
|
||||||
|
|
||||||
`adb install -g {{path/to/file.apk}}`
|
`adb install -g {{path/to/file.apk}}`
|
||||||
|
|
Loading…
Reference in New Issue