-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
688354d
commit 9bbf4b6
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Privacy Policy for Fossify Launcher</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
margin: 20px; | ||
color: #666; | ||
} | ||
|
||
h1 { | ||
color: #333; | ||
} | ||
|
||
h2 { | ||
color: #555; | ||
} | ||
|
||
strong { | ||
color: #333; | ||
} | ||
|
||
ul { | ||
list-style: none; | ||
padding: 0; | ||
} | ||
|
||
li { | ||
margin-bottom: 10px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h1>Privacy Policy for Fossify Launcher</h1> | ||
|
||
<p><strong>Last updated:</strong> October 16, 2024</p> | ||
|
||
<p>Fossify ("us", "we", or "our") operates the Fossify Launcher mobile application (the "Service").</p> | ||
|
||
<p>This document explains our commitment to protecting your privacy by detailing the policies associated with the collection, use, and disclosure of personal data when you use our Service.</p> | ||
|
||
<h2>Information Collection and Use</h2> | ||
|
||
<p>Fossify is dedicated to safeguarding your privacy and does not collect any personal information or data during your use of our app. The application functions entirely offline, and no user data is transmitted or shared with any third parties.</p> | ||
|
||
<h2>Log Data</h2> | ||
|
||
<p>We clarify that Fossify Launcher does not collect any log data. Our commitment to your privacy includes the non-collection of any personal or technical information while you use the app.</p> | ||
|
||
<h2>Cookies</h2> | ||
|
||
<p>Fossify Launcher does not use cookies. The application avoids any tracking mechanisms and does not store any data on your device.</p> | ||
|
||
<h2>Security</h2> | ||
|
||
<p>Your trust is essential to us. As Fossify Launcher does not collect any personal information or interact with third-party services, we ensure there are no security risks related to the storage or transmission of your data.</p> | ||
|
||
<h2>Changes to This Privacy Policy</h2> | ||
|
||
<p>We may periodically update our Privacy Policy. We encourage users to regularly review this document for any changes. Any modifications will be notified by posting the updated Privacy Policy on this page.</p> | ||
|
||
<h2>Contact Us</h2> | ||
|
||
<p>If you have any questions or suggestions regarding our Privacy Policy or wish to contribute to the open-source development of Fossify Launcher, please contact us at <a href="mailto:hello@fossify.org">hello@fossify.org</a>. We value your support and commitment to open-source values.</p> | ||
|
||
<p>Thank you for using Fossify Launcher. We hope you enjoy the app with full confidence in the privacy measures we have taken.</p> | ||
</body> | ||
|
||
</html> | ||
|