-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (48 loc) · 2.58 KB
/
index.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Converter Privacy Policy</title>
<meta name="description" content="Privacy policy for a Converter Android app">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Privacy Policy for SudSolve Android App</h1>
<p>Effective Date: 24.4. 2023</p>
<p>This Privacy Policy governs the manner in which SudSolve ("we," "us," or "our") handles the privacy of users
("User" or "you") of the SudSolve Android application ("App"). This Privacy Policy applies solely to the App and
all services provided by SudSolve.
</p>
<h3>1. No Data Collection</h3>
<p>SudSolve does not collect any personally identifiable information or any other data from your device. The App
does not require any permissions or access to personal data on your device.
</p>
<h3>2. No Data Storage</h3>
<p>SudSolve does not store any data. The App does not save or cache any information or user inputs.
</p>
<h3>3. No Internet Connection</h3>
<p>SudSolve does not require an internet connection to function. It operates entirely offline, and as a result, no
data is transmitted to our servers or any third-party services.
</p>
<h3>4. Children's Privacy</h3>
<p>SudSolve does not knowingly collect any personally identifiable information from children under the age of 13.
The App is intended for general audiences and is not directed at children.
</p>
<h3>5. Changes to this Privacy Policy</h3>
<p>We reserve the right to update or modify this Privacy Policy at any time. When we do, we will revise the updated
date at the top of this page. We encourage you to review this Privacy Policy periodically for any changes to
stay informed about how we are protecting your privacy.
</p>
<h3>6. Your Acceptance of These Terms</h3>
<p>By using the SudSolve App, you signify your acceptance of this Privacy Policy. If you do not agree to this
Policy, please refrain from using the App. Your continued use of the App following the posting of changes to
this Privacy Policy will be deemed as your acceptance of those changes.
</p>
<h3>7. Contact Us</h3>
<p>If you have any questions or concerns about this Privacy Policy or the practices of SudSolve, please contact us
at <b>[email protected]</b>
</p>
</body>
</html>