Dark and Minimal Pixel Art based Apk Extractor for Android 4.4+
Download the latest apk on releases tab.
Installed apps from PlayStore doesn't expose their apk installation files by default. So if you want to share the app you will need to send the PlayStore link. So if you are offline or the app is no longer available on the PlayStore you won't be able to share the app.
So here we are, whatever the reason, if you want to share the app directly through a p2p connection (Bluetooth, Wifi-Direct, etc.) you can use apk extractors! These kind of apps allow the user to extract the hidden apk files from almost any installed app to a visible location (e.g Downloads folder).
This is what is currently implemented:
- Apk extraction, I'm sure you are not expecting that.
- Multiple apk extraction at once.
- Select/deselect all.
- List and search device apps (and internal packages).
- Extract to a desired location, lost my fear of
MANAGE_EXTERNAL_STORAGE
andFile('/emulated/0').delete()
. - Multiple color themes and font families.
Bad designerMinimalist UI.- No ads or tracking, this app doesn't even has
INTERNET
permission.
Listed by priority:
- List extracted apks files inside the app (A).
- Uninstall app (B).
- Share listed apk through bluetooth or wifi-direct (C, requires A).
- Analyze apk metainfo (name, version, package, etc.) (D).
- Sign-in apk (E).
To display all installed apps the 🔗 device_apps
package is used and the apk extraction (that is a simple copy/paste operation between two files) is possible by 🔗 shared_storage
package.
To report a bug, create a new issue with an screenshot or a small description of the bug, thanks.
To request a feature please add an issue to further discuss, thx.
- Credits to all open-source libraries used in this app, see full list on pubspec.yaml.
- All fonts in this repository are subject to copyright of it's respective owners.
- All images in this repository are subject to copyright of it's respective owners.
For content removal, please, ping me on my email reach@alexrintt.io.
Copyright © 2021-present, Alex Rintt.
Kanade is MIT licensed 💖