A safer APK installation checklist
A step-by-step process for checking source, identity, permissions, and device behavior before and after installation.
Before downloading
Start with the developer or an official app store. When an archived APK is necessary, verify that the page identifies the package name, version, file size, source, and update date. Avoid pages that hide the real download behind unrelated buttons or browser notifications.
Check whether the app is still supported. An abandoned release can contain known vulnerabilities even when the archived file has not been modified.
Before installing
Calculate the SHA-256 checksum, inspect the signing certificate, and compare the signer with a trusted release. Keep Play Protect active. Android may ask you to allow installs from the browser or file manager you are using; grant that permission only for the installation session.
Read the package name and requested access. Cancel when the identity differs from the app you intended to install or when an installer asks you to disable multiple security controls.
- Package name and app title match the expected product.
- Version and signer are consistent with a trusted release.
- The checksum matches an independently obtained value.
- Requested permissions fit the app purpose.
After installation
Open Android settings and review permissions before signing in. Watch for unexpected battery use, background data, notification spam, overlays, accessibility prompts, or redirects to another installer.
Turn off Install unknown apps for the browser or file manager after installation. Keep the checksum and signer record if you may need to verify a future update.
Respond to warning signs
Disconnect the device from networks, uninstall the app, and run a Play Protect scan when a package behaves deceptively. Review account sessions and change passwords from a different trusted device when sensitive credentials may have been exposed.
Do not keep a suspicious package merely because it appears to work. The visible feature may be unrelated to harmful background behavior.
