-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacy-policy.html
More file actions
46 lines (39 loc) · 1.96 KB
/
Privacy-policy.html
File metadata and controls
46 lines (39 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SVA App Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
line-height: 1.6;
}
h1, h2 {
color: #333;
}
p {
margin: 10px 0;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Last updated: February 24, 2025</p>
<p>This Privacy Policy applies to the SVA mobile application. The App is designed to operate entirely on your device and does not collect, store, or transmit any personal data.</p>
<h2>Information Collection and Use</h2>
<p>The App does not collect, use, or share any personal information. All functionalities, including Pomodoro timers and productivity tracking, are performed locally on your device without communicating with external servers.</p>
<h2>Third-Party Services</h2>
<p>The App does not integrate with or use any third-party services that collect data. Your data remains entirely within your device.</p>
<h2>Data Security</h2>
<p>Since the App does not collect or store personal data, there are no specific security measures required for data protection. Your use of the App is completely private and confined to your device.</p>
<h2>Children's Privacy</h2>
<p>The App does not collect personal information from users of any age. It is designed for all users, including children, without any data tracking or collection.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy from time to time. Any changes will be reflected in the updated policy within the App. We encourage you to review this policy periodically.</p>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about this Privacy Policy, please contact us at:</p>
<p>Email: kpappworx@gmail.com</p>
</body>
</html>