cd .. # back to dose
cat dose/PRIVACY
Last updated: 7 September 2026
Dose is a medication and supplement reminder app for Android, developed by V. Falcón Ruiz.
Dose has no backend, no account and no network code. Everything you enter stays on your device. We cannot see your medications, your schedules or your adherence history, because they are never sent anywhere.
Dose stores the following on your device only, in the app's private storage:
This data is never transmitted off the device. Dose declares no internet permission and makes no network requests.
Dose asks for these, and only these:
POST_NOTIFICATIONS): to show a reminder
when a dose is due.
SCHEDULE_EXACT_ALARM): a medication
reminder has to fire at the scheduled minute, not whenever the system finds it
convenient.
RECEIVE_BOOT_COMPLETED): to re-arm your
pending reminders after the device restarts, so a reboot does not silently cancel them.
VIBRATE): so a reminder can vibrate and not
only make a sound.
The manifest declares three more that come from AndroidX WorkManager, the library that
re-arms your reminders in the background: WAKE_LOCK,
FOREGROUND_SERVICE and ACCESS_NETWORK_STATE. That last one only
reports whether a network exists; without the INTERNET permission, which Dose
does not declare, nothing can be sent or received. There is also
DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION, which AndroidX defines for itself so
that its own components stay private to the app.
You do not have to take any of this on trust. Run
aapt2 dump permissions dose.apk on the file you downloaded and compare.
Settings lets you export your data to a JSON file and import it back. The file is written wherever you choose with the Android file picker, and Dose has no further involvement with it. If you save it to a cloud folder, that copy is governed by that service's terms, not by this policy.
Uninstalling Dose deletes everything it stored. You can also clear it from Android Settings › Apps › Dose › Storage › Clear storage. Any JSON backup you exported yourself has to be deleted by you, wherever you put it.
Dose is not directed at children. It is a personal medication tracker intended for adults.
Dose is a reminder and record-keeping tool. It does not provide medical advice, diagnosis or treatment, and it does not check interactions or dosages. Always follow the instructions of your doctor or pharmacist.
If this policy changes, the new version will be published at this address with an updated date above.
Questions about this policy: [email protected]