adb-install: update Chinese translation (#8516)

pull/1/head
Ethan Liu 2022-09-26 13:40:55 +08:00 committed by GitHub
parent ba109d5d30
commit 05e4c3e4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -7,10 +7,18 @@
`adb install {{路径/到/应用.apk}}`
- 向特定的模拟器/设备推送安卓 app覆盖 `$ANDROID_SERIAL`
`adb -s {{序列号}} install {{路径/到/应用.apk}}`
- 重装 app, 保持原有数据:
`adb install -r {{路径/到/应用.apk}}`
- 推送一个允许版本代码降级的安卓 app仅适用于可调试的软件包
`adb install -d {{路径/到/应用.apk}}`
- 授予 app manifest 中列举的所有权限许可:
`adb install -g {{路径/到/应用.apk}}`