-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy_policy.html
81 lines (70 loc) · 5.65 KB
/
privacy_policy.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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;
padding: 0;
background-color: #f4f4f4;
}
h1, h2, h3 {
color: #333;
}
p {
margin: 10px 0;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>This privacy policy applies to the NU-normal app (hereinafter referred to as the "Application") for mobile devices created by acrostorn (hereinafter referred to as the "Service Provider") as an Ad Supported service. This service is intended for use "AS IS."</p>
<h2>Information Collection and Use</h2>
<p>The Application collects information when you download and use it. This information may include details such as:</p>
<ul>
<li>Your device's Internet Protocol address (e.g., IP address)</li>
<li>The pages of the Application that you visit, the time and date of your visit, and the time spent on those pages</li>
<li>The total time spent on the Application</li>
<li>The operating system you use on your mobile device</li>
</ul>
<p>The Application does not collect precise information about the location of your mobile device.</p>
<p>The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices, and marketing promotions. Additionally, to improve your experience while using the Application, the Service Provider may require you to provide certain personally identifiable information. This information will be retained by the Service Provider and used as described in this Privacy Policy.</p>
<h2>Prohibited Activities</h2>
<p>The following activities are strictly prohibited within the Application:</p>
<ul>
<li>Sharing copyrighted materials or other third-party content without permission through the file-sharing feature</li>
<li>Posting defamatory, abusive, or harassing content through the SNS features, as well as any disruptive behavior that deviates from the intended purpose of the Application's features</li>
</ul>
<p>If these prohibited activities are violated, the Service Provider may take appropriate measures, including account suspension or termination.</p>
<h2>Third Party Access</h2>
<p>Only aggregated, anonymized data is periodically transmitted to external services to assist the Service Provider in improving the Application and its services. The Service Provider may share your information with third parties in ways described in this Privacy Policy.</p>
<p>Please note that the Application utilizes third-party services with their own Privacy Policies regarding data handling. Below are links to the Privacy Policies of the third-party service providers used by the Application:</p>
<ul>
<li><a href="https://admob.google.com/policies/" target="_blank">AdMob</a></li>
<li><a href="https://firebase.google.com/support/privacy" target="_blank">Google Analytics for Firebase</a></li>
</ul>
<h2>Disclosure of Information</h2>
<p>The Service Provider may disclose User-Provided and Automatically Collected Information under the following circumstances:</p>
<ul>
<li>As required by law, such as to comply with a subpoena or similar legal process</li>
<li>When the Service Provider believes in good faith that disclosure is necessary to protect its rights, protect your safety or the safety of others, investigate fraud, or respond to a government request</li>
<li>With trusted service providers who work on behalf of the Service Provider, do not have an independent use of the information disclosed to them, and have agreed to adhere to the rules set forth in this Privacy Policy</li>
</ul>
<h2>Opt-Out Rights</h2>
<p>You can stop all collection of information by the Application easily by uninstalling it. You may use the standard uninstall processes available as part of your mobile device or via the mobile application marketplace or network.</p>
<h2>Data Retention Policy</h2>
<p>The Service Provider will retain User-Provided Data for as long as you use the Application and for a reasonable time thereafter. If you would like the Service Provider to delete User-Provided Data that you have provided via the Application, please contact them at <a href="mailto:[email protected]">[email protected]</a>, and they will respond within a reasonable time.</p>
<h2>Security</h2>
<p>The Service Provider is concerned about safeguarding the confidentiality of your information. The Service Provider provides physical, electronic, and procedural safeguards to protect information they process and maintain.</p>
<h2>Changes</h2>
<p>This Privacy Policy may be updated from time to time for any reason. The Service Provider will notify you of any changes to the Privacy Policy by updating this page with the new Privacy Policy. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.</p>
<h2>Your Consent</h2>
<p>By using the Application, you consent to the processing of your information as set forth in this Privacy Policy, as amended by the Service Provider.</p>
<h2>Contact Us</h2>
<p>If you have any questions regarding privacy while using the Application or have questions about our practices, please contact the Service Provider via email at <a href="mailto:[email protected]">[email protected]</a>.</p>
</body>
</html>