-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (72 loc) · 3.52 KB
/
Copy pathindex.html
File metadata and controls
83 lines (72 loc) · 3.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — Round Timer: Boxing & HIIT</title>
<style>
body { font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
max-width: 720px; margin: 0 auto; padding: 24px 16px 64px;
color: #1f2937; line-height: 1.6; }
h1 { font-size: 1.6rem; } h2 { font-size: 1.15rem; margin-top: 2rem; }
a { color: #2563eb; }
.updated { color: #6b7280; font-size: 0.9rem; }
</style>
</head>
<body>
<h1>Privacy Policy — Round Timer: Boxing & HIIT</h1>
<p class="updated">Last updated: August 3, 2026</p>
<p>This privacy policy applies to the Android application
<strong>Round Timer: Boxing & HIIT</strong> (the "App"), developed by
<strong>talbidev</strong> ("we", "us"). It explains what information is
processed when you use the App and how it is used.</p>
<h2>1. Information we collect</h2>
<p>The App itself does <strong>not</strong> require an account and does
<strong>not</strong> collect, store, or transmit any personal information to
us. Your workout settings (round durations, presets, sound and vibration
preferences) are stored locally on your device only and never leave it.</p>
<h2>2. Advertising (Google AdMob)</h2>
<p>The App displays advertisements served by <strong>Google AdMob</strong>,
a third-party advertising service provided by Google LLC. To serve and
measure ads, Google may collect and process information from your device,
including:</p>
<ul>
<li>Advertising identifier (Android Advertising ID)</li>
<li>IP address and coarse location derived from it</li>
<li>Device information (model, operating system, language)</li>
<li>Ad interaction data (impressions, clicks)</li>
</ul>
<p>This data is collected and processed by Google under its own privacy
policy. For details, see
<a href="https://policies.google.com/privacy" rel="noopener">Google's
Privacy Policy</a> and
<a href="https://policies.google.com/technologies/partner-sites" rel="noopener">
How Google uses information from sites or apps that use its services</a>.</p>
<h2>3. Your choices and consent</h2>
<p>Where required by law (including the EEA, the UK, and certain US
states), the App shows a consent form powered by Google's User Messaging
Platform before any ads are requested. You can review or change your
choices at any time from the App via
<strong>Settings → Privacy options</strong>.</p>
<p>You can also reset or delete your device's advertising identifier and
opt out of ad personalization in your device settings under
<strong>Settings → Google → Ads</strong>.</p>
<h2>4. Data sharing</h2>
<p>We do not sell, trade, or otherwise transfer any information to third
parties. The only third party processing data in connection with the App
is Google, as described in section 2.</p>
<h2>5. Children</h2>
<p>The App is not directed to children under the age of 13, and we do not
knowingly collect personal information from children.</p>
<h2>6. Security and retention</h2>
<p>Since we do not collect personal data ourselves, we retain none. Data
processed by Google is retained according to Google's own policies.</p>
<h2>7. Changes to this policy</h2>
<p>We may update this policy from time to time. The current version will
always be available at this address, with the date of the latest revision
shown above.</p>
<h2>8. Contact</h2>
<p>If you have any questions about this privacy policy, contact us at:
<a href="mailto:[email protected]">[email protected]</a></p>
</body>
</html>