adb-install: add -d example (#8423)

pull/1/head
Hugh 2022-09-05 02:38:33 +08:00 committed by GitHub
parent 7b046caf1c
commit 62b2ca653f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
`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:
`adb install -g {{path/to/file.apk}}`