diff --git a/pages/common/apkeep.md b/pages/common/apkeep.md new file mode 100644 index 0000000000..6e7561d477 --- /dev/null +++ b/pages/common/apkeep.md @@ -0,0 +1,16 @@ +# apkeep + +> Download APK files from various sources. +> More information: . + +- Download an APK file to the specified directory: + +`apkeep --app {{com.example.application}} {{path/to/directory}}` + +- List all available versions for download: + +`apkeep --app {{com.example.application}} --list-versions {{path/to/directory}}` + +- Specify a store to download from: + +`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}`