Vadhod APK Extractor
Privacy policy
The app collects nothing, sends nothing, and has no internet permission. Everything below is detail on that one sentence.
Last updated 6 August 2026. Applies to
com.vadhod.apkextractor on all distribution channels.
No data collection
The app does not collect, store, transmit or share any personal or usage data. There are:
- No accounts and no sign-in.
- No analytics, no telemetry, no crash reporting.
- No advertising and no third-party SDKs that collect data.
No network access
The app declares no INTERNET permission in its manifest and contains no networking
code. Nothing you do in the app can leave your device, because the app has no means of sending
it. An automated test fails the build if that permission is ever added.
Permissions the app uses
- Query all packages (
QUERY_ALL_PACKAGES): required so the app can list the applications installed on your device — the core function of an APK extractor. This list is shown only to you, on your device, and is never recorded or sent anywhere. - Storage Access Framework: when you export an APK, the system file picker lets
you choose a destination folder. The app writes only the files you explicitly export. It holds
no broad storage permissions such as
READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGEorMANAGE_EXTERNAL_STORAGE.
Files you export
APK and icon files you extract are written only to the folder you select in the system file picker. Those files are yours; the app does not track, index or transmit them.
Children's privacy
The app collects no data from anyone, including children.
Changes to this policy
If this policy changes, the updated version will be published on this page with a new "last updated" date.
Contact
Questions about this policy or the app: parjanyagala@gmail.com.
Verify any of this
None of the above has to be taken on trust. The app is open source, so you can read the manifest and the code:
- The manifest, which lists every permission the app requests.
- The test that fails the build if a network permission appears.
- The full source code.