-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit e50cb6f
Showing
1 changed file
with
55 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,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Privacy Policy</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
margin: 20px; | ||
} | ||
h1, h2 { | ||
color: #2c3e50; | ||
} | ||
p { | ||
color: #34495e; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Privacy Policy</h1> | ||
<p>Effective Date: [Insert Date]</p> | ||
|
||
<h2>1. Information We Collect</h2> | ||
<p>Our application does not collect personal information from users. However, we may collect technical data, including:</p> | ||
<ul> | ||
<li>Device type</li> | ||
<li>Operating system version</li> | ||
<li>IP address (for server connections)</li> | ||
</ul> | ||
|
||
<h2>2. How We Use Information</h2> | ||
<p>The collected data is used solely for functionality and troubleshooting purposes.</p> | ||
|
||
<h2>3. HLS and MP4 Playback</h2> | ||
<p>Our app only plays user-provided content. Users are responsible for ensuring the legality of the content they use with the app.</p> | ||
|
||
<h2>4. APK Downloads</h2> | ||
<p>Users must download APK files only from legal sources. The app is not responsible for the security of downloaded APK files.</p> | ||
|
||
<h2>5. Third-Party Services</h2> | ||
<p>The app may use third-party services for content playback or downloads. Please review their respective privacy policies.</p> | ||
|
||
<h2>6. User Rights</h2> | ||
<p>Users can request deletion of their technical data by contacting us.</p> | ||
|
||
<h2>7. Updates</h2> | ||
<p>This policy may be updated periodically. Users are encouraged to review this page regularly for changes.</p> | ||
|
||
<h2>8. Contact Us</h2> | ||
<p>If you have any questions or concerns about this privacy policy, please contact us at:</p> | ||
<p>Email: [email protected]</p> | ||
</body> | ||
</html> |