The short version
Vibe: Daily Quotes collects nothing, sends nothing, and works entirely offline. There are no accounts, no analytics, no advertising, and no trackers. Everything you do in the app stays on your device.
This is not a policy of intent — it is a property of the build. The app does not request the INTERNET permission, so it is technically incapable of transmitting your data anywhere.
1. What the app stores, and where
All of it is stored locally on your device, in the app's private storage:
| Data | Purpose | Where |
|---|---|---|
| Saved quotes (favourites) | So you can find them again | On-device database |
| Collections and their membership | Your own grouping of saved quotes | On-device database |
| Daily quote history | Keeps the same quote for a given day across app, widget and notification, and avoids repeats | On-device database |
| Open-day records and streak counters | Powers the streak calendar and unlockables | On-device database |
| Preferences — selected categories, theme, notification on/off and delivery time, share-card settings | Remembering how you left the app | On-device preferences |
| The quote library itself | The ~5,800 quotes shipped with the app | Read-only file inside the app; not your data, and it never changes |
None of this is transmitted. None of it is readable by other apps. Android backup is explicitly disabled (allowBackup="false"), so this data is not copied to cloud backup either.
2. What the app does not do
- Does not collect or transmit personal information
- Does not use analytics, telemetry, crash reporting, or attribution SDKs
- Does not contain advertising, and contains no advertising SDK
- Does not request location, contacts, camera, microphone, or storage-wide access
- Does not create an account or ask for an email address
- Does not track you across apps or websites
- Does not have network access at all
3. Permissions
The app declares exactly one permission you will ever be asked about:
| Permission | Why | If you decline |
|---|---|---|
POST_NOTIFICATIONS | Delivers the daily quote, and only if you turn that on. | The rest of the app works normally, and you can turn it off again later. |
A handful of additional permissions are added automatically by Google's own AndroidX libraries and are never surfaced to you: WAKE_LOCK, RECEIVE_BOOT_COMPLETED, FOREGROUND_SERVICE and ACCESS_NETWORK_STATE come from the scheduling library that runs the daily reminder, and are what let a reminder survive a reboot. ACCESS_NETWORK_STATE only permits checking whether a network exists; without the INTERNET permission the app cannot use one.
One further entry appears in the installed manifest — com.zenocanvas.vibequotes.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION. It is not an Android capability and grants access to nothing: it is a signature-level permission that the AndroidX core library defines against the app's own package, so that broadcast receivers registered at run time cannot be reached by other apps. It is a hardening measure, and Google Play does not show it to you.
4. Third-party services
Google Play In-App Review is the only third-party component in the app. Once you reach a 7-day streak, the app may ask Google Play to show its standard "rate this app" dialog — at most once, ever. The app sends Google no data of its own; whether the dialog appears at all is Google's decision, and the app is never told the outcome or your rating. Google's handling of that interaction is covered by the Google Privacy Policy.
5. Sharing and export — both user-initiated
- Share a quote card — you tap Share, the app renders an image into its own temporary folder, and hands it to the app you pick. Nothing is uploaded by Vibe. Temporary share images older than 24 hours are deleted automatically.
- Export favourites — you tap Export, choose a location yourself through Android's own file picker, and the app writes a JSON file there. That file is yours; the app does not read it back or send it anywhere.
6. Children
The app collects no data from anyone, including children. It contains no ads, no purchases, and no user-generated or third-party content beyond its fixed, curated quote library.
7. Deleting your data
Uninstalling the app removes everything it stored. Within the app, Settings → Data → Clear favourites removes your saved quotes; deleting a collection removes the label without deleting the quotes in it.
There is no server-side copy to request the deletion of, because nothing was ever sent anywhere.
8. Changes to this policy
If a future version changes what the app collects, this document will be updated before that version ships, and the "Last updated" date will change.
For transparency: a future version may introduce advertising. If that ever happens, it will be a new release with its own updated policy and updated Play data-safety declarations. v1.0 contains no advertising SDK whatsoever.
9. Contact
Questions about this policy, or about anything the app does:
Zeno Canvas
Dhaka, Bangladesh
Email: info@zenocanvas.online
Last updated: 10 September 2026