Created
September 5, 2026 12:24
-
-
Save azimuthdeveloper/98a683159b3d52e32e06247d8349ea83 to your computer and use it in GitHub Desktop.
Keepalive app privacy policy
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-AU"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>Keepalive Privacy Policy</title> | |
| <style> | |
| body { font-family: system-ui, sans-serif; max-width: 40rem; margin: 2rem auto; padding: 0 1rem; line-height: 1.5; color: #111; } | |
| h1 { font-size: 1.5rem; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Keepalive Privacy Policy</h1> | |
| <p>Last updated: 5 September 2026</p> | |
| <p>Keepalive is a minimal utility app published for Google Play developer-account maintenance and internal/closed testing.</p> | |
| <h2>Data we collect</h2> | |
| <p>Keepalive does not collect, store, share, or sell personal information. It does not require an account, does not include advertising SDKs, and does not use analytics SDKs.</p> | |
| <h2>Permissions</h2> | |
| <p>Keepalive does not request device permissions beyond what is required to display a simple on-screen message.</p> | |
| <h2>Children</h2> | |
| <p>Keepalive is not directed at children and does not knowingly collect children’s data.</p> | |
| <h2>Contact</h2> | |
| <p>Questions about this policy: <a href="mailto:lewwybogus@gmail.com">lewwybogus@gmail.com</a></p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment