Files
tretter.solutions_website/MindMachine/privacy-policy.html
2026-04-15 13:29:30 -05:00

92 lines
5.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MindMachine Privacy Policy</title>
<style>
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;margin:0;background:#0b0f1a;color:#e9eefc}
main{max-width:900px;margin:0 auto;padding:28px 18px 60px}
h1,h2{line-height:1.2}
a{color:#8ab4ff}
code{background:#121621;padding:2px 6px;border-radius:6px}
.box{background:#121621;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px}
ul{margin-top:8px}
.muted{opacity:.85}
</style>
</head>
<body>
<main>
<h1>Privacy Policy MindMachine</h1>
<p class="muted"><strong>Last updated:</strong> 2026-04-10</p>
<div class="box">
<p><strong>Summary:</strong> MindMachine is a prototype app. We do not require accounts. We do not ask for your name, email, or location. The app may show ads via Google AdMob and may offer in-app purchases/subscriptions via Google Play Billing. Those services may collect data as described below.</p>
</div>
<h2>1) Who we are</h2>
<p>This Privacy Policy applies to the MindMachine Android app (package name <code>solutions.tretter.mindmachine</code>).</p>
<p><strong>Controller / developer contact:</strong> Tretter Solutions LLC (<a href="mailto:info@tretter.solutions">info@tretter.solutions</a>).</p>
<h2>2) Data we collect</h2>
<p>MindMachine itself is designed to work without collecting personal information. However, the app uses third-party services that may collect information automatically.</p>
<h3>2.1 Data stored locally on your device</h3>
<p>The app stores your preferences and any programs you create locally on your device (for example: countdown settings, brightness preference, and saved programs). This data is stored using Androids local app storage and is not intentionally transmitted by us to our servers.</p>
<h3>2.2 Advertising (AdMob)</h3>
<p>The free version of the app may display ads provided by Google AdMob. AdMob may collect and process information such as:</p>
<ul>
<li>Device identifiers (for example, Advertising ID)</li>
<li>IP address (may be used to estimate general location)</li>
<li>App interaction and ad interaction events</li>
<li>Diagnostic information (crash/performance data)</li>
</ul>
<p>Googles policies and settings apply. See: <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Google Privacy Policy</a> and <a href="https://support.google.com/admob" target="_blank" rel="noopener">AdMob Help</a>.</p>
<h3>2.3 Payments and subscriptions (Google Play Billing)</h3>
<p>If you purchase “Remove ads” (one-time) or subscribe to remove ads (monthly), payments are processed by Google Play. We do not receive or store your full payment card details. Google may provide us with purchase state information (for example, whether the subscription is active) to enable the entitlement in the app.</p>
<p>See: <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Google Privacy Policy</a>.</p>
<h2>3) How we use data</h2>
<ul>
<li><strong>To operate the app:</strong> store your settings and programs locally so the app works as expected.</li>
<li><strong>To show ads:</strong> request and display ads (unless you remove ads).</li>
<li><strong>To provide entitlements:</strong> check purchase/subscription status to remove ads for eligible users.</li>
<li><strong>To improve stability:</strong> AdMob/Google Play services may provide diagnostics/crash signals.</li>
</ul>
<h2>4) Sharing</h2>
<p>We do not sell your personal information. Data may be processed by third parties (Google) when you view ads or make purchases, as described above.</p>
<h2>5) Data retention</h2>
<ul>
<li><strong>Local app data:</strong> remains on your device until you clear the apps storage or uninstall the app.</li>
<li><strong>Third-party data:</strong> handled according to Googles retention policies.</li>
</ul>
<h2>6) Your choices and controls</h2>
<ul>
<li><strong>Remove ads:</strong> you can subscribe or purchase a one-time product to remove ads (where available).</li>
<li><strong>Opt out of ad personalization:</strong> use Android/Google settings for ad personalization and Advertising ID controls.</li>
<li><strong>Delete local data:</strong> uninstall the app or clear app storage in Android settings.</li>
</ul>
<h2>7) Childrens privacy</h2>
<p>MindMachine is not intended for children. We do not knowingly collect personal information from children.</p>
<h2>8) Security</h2>
<p>We use reasonable measures within the app to protect locally stored data. No method of transmission or storage is 100% secure.</p>
<h2>9) International transfers</h2>
<p>Google may process data on servers located outside your country/region. Refer to Googles documentation for details.</p>
<h2>10) Changes to this policy</h2>
<p>We may update this policy from time to time. The “Last updated” date at the top indicates the latest revision.</p>
<h2>11) Contact</h2>
<p>If you have questions, contact: <a href="mailto:info@tretter.solutions">info@tretter.solutions</a>.</p>
</main>
</body>
</html>