Privacy Kit 1.16
Privacy Kit 1.16 (versionCode 18)
New — Timestamps identifiers
- App Install Time and Last Boot Time — defeat install-history and boot-time fingerprinting. Set them to Random Per Launch / Random Daily like any identifier.
- Kernel Version now rotates a realistic GKI release string that stays coherent with the spoofed Android version (both
os.versionand nativeuname).
New — Advanced screen (per profile)
Powerful, per-app controls grouped on their own screen, all off by default (each can break the target app):
- Microphone (mute) — the app records silence.
- Hide contacts / SMS / call log / calendar — those reads return empty.
- Block motion sensors — refuses accel/gyro/magnetometer registration (defeats SensorID fingerprinting).
- Clipboard guard, Spoof battery level, Coarsen screen metrics, Allow screenshots.
- Break Play Services and Native boot_id moved here too.
Licensing — survives uninstall, self-transfer
- Your license now survives uninstalling the app or clearing its data on the same device — the device identity is derived from
ANDROID_IDinstead of a wiped keystore key, so re-entering your key just works. - Re-entering your key on another device moves the license there and frees the old one — no support contact needed. Existing activations are not disrupted.
Experimental — virtual camera (Advanced → Camera)
- Injects a chosen gallery image into the live camera PREVIEW — good for privacy and video-call preview. Off by default, experimental.
- Still-photo capture is not supported on hardened / Ultra-HDR camera apps yet, and it does not beat depth/liveness or attestation. Only enable it for apps you've confirmed behave.
Bundled
- Zygisk companion v1.0 — self-unloads in processes where it does nothing, so it no longer trips memory-scanner "maps-only module" flags. Flash
privacykit-zygisk-v1.0.zipin your root manager; native spoofing stays off until you enable it in the app.