This page explains how users of Roulette Stat Master (published by Manav Arora, package com.airoulette.predictor) can request deletion of their data. Because the app is offline-first, almost all of your data lives only on your device. A small amount of anonymous data is sent to Google Firebase (crash reports, anonymous analytics, anti-piracy record); this page also covers how to remove the server-stored portions.
| Data | Where it lives | How to delete |
|---|---|---|
| Spin-by-spin session history (the roulette numbers 0โ36 you entered) | Your device only (app's private documents folder) | Step A or Step B below |
| Bankroll, base bet, P&L tracking (local simulation) | Your device only (private SharedPreferences) | Step A or Step B below |
| App preferences (theme, language, prediction mode, walkthrough state) | Your device only | Step A or Step B below |
| Optional OpenAI / Gemini API key (only if you enabled External AI) | Your device only (encrypted via Android Keystore / iOS Keychain) | Step A or Step B below |
| Anti-piracy record: server-stored hash of your device identifier, free-prediction count, UTC offset, last-updated timestamp | Our Firebase Realtime Database at prediction_guards/<hash> |
Step C below |
| Anonymous crash reports (stack traces, device model, OS version) | Firebase Crashlytics (Google) | Auto-expires (90 days) ยท or Step D below |
| Anonymous screen-view analytics (screen names, app version) | Firebase Analytics (Google) | Auto-expires (14 months) ยท or Step D below |
This permanently removes every byte of on-device data: sessions, bankroll history, preferences, secure API keys โ everything.
This wipes all on-device app data while leaving the app installed. You can also clear sessions selectively from within the app: Settings โ Session History โ Clear all sessions.
To remove the hashed device identifier and free-prediction record we keep for anti-piracy:
prediction_guards/<hash> record from Firebase Realtime Database and reply to confirm.Response time: within 30 days of receipt of your request (typically within 7 days).
Anonymous crash reports and aggregate analytics events do not contain personal identifiers and auto-expire on Firebase's standard schedule (90 days for crashes, 14 months for analytics). If you wish to request earlier deletion:
You can also opt out of Google Play Services analytics at any time via Android Settings โ Google โ Ads / Usage & diagnostics.
If you enabled the optional External AI feature and used it with your own OpenAI or Google Gemini API key, request data deletion directly from those providers โ we never see, store, or have access to data you sent to them:
If you do not contact us, the anti-piracy prediction_guards/<hash> record remains in our database indefinitely. It contains no personal identifiers โ only a one-way SHA-256 hash of a per-device value, a small integer (predictions used), a timezone offset, and a timestamp. There is no way for us to reverse the hash to identify a person.
๐ง Email: apps3mb@gmail.com
๐ท๏ธ App: Roulette Stat Master | Developer: Manav Arora
๐ Full Privacy Policy: privacy-policy.html