Created
April 25, 2026 08:59
-
-
Save gablex/85faad5de39adb7ae6796162abc33f2b to your computer and use it in GitHub Desktop.
Grace Waves
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Privacy Policy - Grace Waves</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 20px; color: #333; } | |
| h1, h2 { color: #222; } | |
| p { margin-bottom: 15px; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Privacy Policy for Grace Waves</h1> | |
| <p><strong>Effective Date:</strong> April 25, 2026</p> | |
| <h2>1. Introduction</h2> | |
| <p>Grace Waves ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains our practices regarding the collection, use, and disclosure of information when you use our mobile application (the "App").</p> | |
| <h2>2. Data Collection and Usage</h2> | |
| <p><strong>We do not collect, store, transmit, or share any personal data.</strong> Grace Waves is designed to be a privacy-first application. All your settings, podcast subscriptions, and listening history are stored locally on your device.</p> | |
| <h2>3. Required Permissions</h2> | |
| <p>To provide our core features, the App requests the following device permissions:</p> | |
| <ul> | |
| <li><strong>Internet Access:</strong> Required to stream live radio stations, fetch podcast feeds, and download audio content.</li> | |
| <li><strong>Microphone / Audio Recording:</strong> Required exclusively for the App's "Radio Recording" feature. The audio stream is captured and saved directly to your device's local storage. We do not listen to, upload, or have access to any of your recordings.</li> | |
| <li><strong>Storage (Read/Write):</strong> Required to save your downloaded podcasts and radio recordings locally, and to read your local audio files for playback.</li> | |
| <li><strong>Wake Lock / Background Processing:</strong> Required to keep the audio playing and scheduled recordings running while your phone screen is off.</li> | |
| </ul> | |
| <h2>4. Third-Party Services</h2> | |
| <p>The App may fetch content (such as podcast episodes or radio streams) directly from third-party RSS feeds and streaming servers. These third-party services may collect your IP address when your device connects to them to download content. We do not control these third-party privacy practices.</p> | |
| <h2>5. Changes to This Privacy Policy</h2> | |
| <p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p> | |
| <h2>6. Contact Us</h2> | |
| <p>If you have any questions or suggestions about our Privacy Policy, please contact the developer directly.</p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment