-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
56 lines (48 loc) · 2.17 KB
/
privacy-policy.html
File metadata and controls
56 lines (48 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retune432 - Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; color: #e0d5c8; background: #111114; line-height: 1.6; }
h1 { color: #cd8b62; }
h2 { color: #cd8b62; font-size: 1.2em; margin-top: 2em; }
a { color: #cd8b62; }
p { margin: 0.8em 0; }
.updated { color: #908a82; font-size: 0.9em; }
</style>
</head>
<body>
<h1>Retune432 Privacy Policy</h1>
<p class="updated">Last updated: March 27, 2026</p>
<h2>Summary</h2>
<p>Retune432 does not collect, store, or transmit any personal data. Period.</p>
<h2>Data Collection</h2>
<p>Retune432 collects <strong>no data whatsoever</strong>. The app:</p>
<ul>
<li>Does not require an internet connection</li>
<li>Does not contain analytics or tracking code</li>
<li>Does not use advertising SDKs</li>
<li>Does not access contacts, location, camera, or microphone</li>
<li>Does not create user accounts</li>
</ul>
<h2>Audio Files</h2>
<p>Audio files you select are processed entirely on your device. Files are read from your storage, converted locally using FFmpeg, and saved back to your device in the Music/Retune432/ directory. No audio data is ever uploaded or transmitted.</p>
<h2>Permissions</h2>
<p>The app requests only the permissions necessary to function:</p>
<ul>
<li><strong>Read storage / Read media audio</strong> — to access audio files you select for conversion</li>
<li><strong>Foreground service</strong> — to continue conversion while the app is in the background</li>
<li><strong>Post notifications</strong> (Android 13+) — to show conversion progress</li>
</ul>
<h2>Third-Party Services</h2>
<p>Retune432 uses no third-party services, APIs, or SDKs.</p>
<h2>Children's Privacy</h2>
<p>The app does not collect data from anyone, including children under 13.</p>
<h2>Changes</h2>
<p>If this policy changes, the updated version will be posted at this URL.</p>
<h2>Contact</h2>
<p>Questions? Reach out at <a href="mailto:peterc3.dev@gmail.com">peterc3.dev@gmail.com</a></p>
</body>
</html>