Last updated: 2026-04-19
Health History (“the app”) is an offline Android application for logging blood pressure, blood sugar, weight, waist size, symptoms, and administered medications, with reminders and on-device report generation for chronic-disease self-management.
This policy describes exactly what happens to your data. The short version: everything you enter stays on your phone, encrypted, and nothing is sent to us or anyone else.
The app is developed and distributed by Serghei Cojocaru as an independent publisher.
The app only stores data that you enter yourself:
The app does not collect, infer, or capture:
All data stays on your device inside the app’s private storage directory. The SQLite database file is encrypted at rest with SQLCipher using a per-install key held in the Android Keystore (hardware-backed on devices that support it). Other apps and other users on the device cannot read it.
The app does not use Android Auto Backup; the database is excluded from
Google’s automatic cloud backup (android:allowBackup="false").
None. The app does not declare the INTERNET permission and contains no
networking code, no analytics SDK, no crash-reporting SDK, no advertising SDK,
and no third-party tracking libraries.
You can verify this by inspecting the app’s AndroidManifest.xml, source code,
or network traffic.
The app can generate PDF and CSV reports from the data you’ve entered. Report generation runs entirely on the device. The resulting file is saved to the app’s cache folder and offered to you through Android’s standard share sheet. Whether the file leaves your device, and where it goes, is entirely your choice (email it to your doctor, save to Drive, print, etc.).
The developer receives no copy.
| Permission | Why it is needed |
|---|---|
POST_NOTIFICATIONS (Android 13+) |
To display medication / measurement / appointment reminders. |
SCHEDULE_EXACT_ALARM |
To fire reminders at precise times, critical for dose-timing (e.g. insulin). |
RECEIVE_BOOT_COMPLETED |
To re-arm pending reminders after the phone reboots, so you don’t miss a scheduled dose. |
CAMERA |
to attach a picture to a meal entry; the image is saved in the app’s private storage and never uploaded. Uninstalling the app removes all stored data. |
The app does not request Internet, location, contacts, storage, camera, microphone, health-platform (Health Connect), or any other permission.
The app is not directed to children and does not knowingly collect any data from anyone.
Because all data lives on your device:
The app does not currently include an in-app “wipe all data” button. If you need one before the next release, uninstalling the app accomplishes the same thing.
cacheDir, exposed to other apps
only through the Android FileProvider when you explicitly share them.INTERNET permission is declared).No security system is perfect. If your phone itself is compromised (root exploit, physical device seizure with active session, etc.), the protections above cannot guarantee confidentiality.
If the privacy practices change (e.g. the app ever adds an optional cloud-sync feature), this document will be updated and the updated version will ship with the corresponding app update. The “Last updated” date at the top reflects the most recent change.
Questions, concerns, or data-rights requests: cojocaru.serghei@gmail.com