Last active
October 3, 2025 07:31
-
-
Save designspremium5-coder/7cc406cc7f30495aa3a12b7e34ff8ce5 to your computer and use it in GitHub Desktop.
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 - Prime Calculator</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
line-height: 1.6; | |
max-width: 800px; | |
margin: 0 auto; | |
padding: 20px; | |
color: #333; | |
} | |
h1 { | |
color: #2c3e50; | |
} | |
h2 { | |
color: #34495e; | |
margin-top: 30px; | |
} | |
.last-updated { | |
color: #7f8c8d; | |
font-style: italic; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Privacy Policy for Prime Calculator</h1> | |
<p class="last-updated">Last updated: October 3, 2025</p> | |
<h2>Introduction</h2> | |
<p>Prime Calculator ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we handle information in relation to our mobile application.</p> | |
<h2>Information Collection and Use</h2> | |
<p>Prime Calculator does NOT collect, store, transmit, or share any personal information or user data. Our app is designed to function entirely on your device without requiring any data collection.</p> | |
<h2>Data Storage</h2> | |
<p>All calculations and calculation history are stored locally on your device only. We do not have access to this information, and it is never transmitted to our servers or any third parties.</p> | |
<h2>Permissions</h2> | |
<p>Prime Calculator requests the following permission:</p> | |
<ul> | |
<li><strong>Vibration:</strong> Used to provide haptic feedback when you press calculator buttons. This permission does not collect or transmit any data.</li> | |
</ul> | |
<h2>Third-Party Services</h2> | |
<p>Prime Calculator does not use any third-party services, analytics, advertising networks, or tracking tools.</p> | |
<h2>Children's Privacy</h2> | |
<p>Our app does not collect any information from anyone, including children under the age of 13.</p> | |
<h2>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 and updating the "Last updated" date.</p> | |
<h2>Contact Us</h2> | |
<p>If you have any questions about this Privacy Policy, please contact us at:</p> | |
<p>Email: designspremium5@gmail.com</p> | |
<h2>Your Consent</h2> | |
<p>By using Prime Calculator, you consent to our Privacy Policy.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment