From dc62726ce7adbbca6d0529e7ad8666c58cc5d34a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:46:34 +0200 Subject: [PATCH] apkeep: add page (#15366) Co-authored-by: Juri Dispan --- pages/common/apkeep.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/apkeep.md 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}}`