Skip to content

Instantly share code, notes, and snippets.

@leuquim
Created November 29, 2025 17:40
Show Gist options
  • Select an option

  • Save leuquim/8fdd3587ecb714ed153793d7e7cd090d to your computer and use it in GitHub Desktop.

Select an option

Save leuquim/8fdd3587ecb714ed153793d7e7cd090d to your computer and use it in GitHub Desktop.
GeoSpoof Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GeoSpoof - Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: #333;
}
h1 { color: #1a1a2e; }
h2 { color: #16213e; margin-top: 30px; }
.last-updated { color: #666; font-size: 0.9em; }
</style>
</head>
<body>
<h1>GeoSpoof Privacy Policy</h1>
<p class="last-updated">Last updated: November 28, 2025</p>
<h2>Overview</h2>
<p>GeoSpoof ("the App") is a GPS location spoofing application for Android. We are committed to protecting your privacy. This policy explains what data the App accesses and how it is used.</p>
<h2>Data Collection</h2>
<p><strong>We do not collect, store, or transmit any personal data.</strong></p>
<p>The App operates entirely on your device. No data is sent to external servers owned or operated by us.</p>
<h2>Permissions Used</h2>
<p>The App requires the following permissions:</p>
<ul>
<li><strong>Location (Fine/Coarse)</strong> - Required to provide mock location functionality. Your actual location is never transmitted off your device.</li>
<li><strong>Foreground Service</strong> - Required to maintain location spoofing when the app is in the background.</li>
<li><strong>Internet</strong> - Used solely for Google Maps display and location search functionality via Google Places API.</li>
</ul>
<h2>Third-Party Services</h2>
<p>The App uses the following third-party services:</p>
<ul>
<li><strong>Google Maps SDK</strong> - Displays maps within the app. Subject to <a href="https://policies.google.com/privacy">Google's Privacy Policy</a>.</li>
<li><strong>Google Places API</strong> - Provides location search functionality. Subject to <a href="https://policies.google.com/privacy">Google's Privacy Policy</a>.</li>
</ul>
<p>These services may collect data as described in their respective privacy policies. We do not control or have access to data collected by these services.</p>
<h2>Data Storage</h2>
<p>All data (saved locations, routes, preferences) is stored locally on your device using Android's standard storage mechanisms. This data is not accessible to us or any third party.</p>
<p>Uninstalling the App will remove all locally stored data.</p>
<h2>Children's Privacy</h2>
<p>The App is not directed at children under 13. We do not knowingly collect any information from children.</p>
<h2>Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be reflected on this page with an updated revision date.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy, please contact us by opening an issue on our GitHub repository.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment