Files
tldr/pages.zh/common/apkeep.md

16 lines
498 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# apkeep
> 从多个来源下载APK文件。
> 更多信息:<https://github.com/EFForg/apkeep>。
- 将APK文件下载到指定目录
`apkeep --app {{com.example.application}} {{path/to/directory}}`
- 列出所有可供下载的版本:
`apkeep --app {{com.example.application}} --list-versions {{path/to/directory}}`
- 指定下载来源的商店:
`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}`