-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-police.html
118 lines (96 loc) · 4.66 KB
/
privacy-police.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<!-- STACKOVERFLOW https://stackoverflow.com/questions/66343512/how-to-generate-and-add-privacy-policy-on-google-play-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="description" content="TremdGol App - Privacy Policy" />
<meta name="author" content="Antoine Auger" />
<title>TremdGol App - Privacy Policy</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<style>
html {
height: 100%;
/* fallback for IE and older browsers */
height: 100vh;
}
body {
height: auto;
/* required to allow content to expand vertically without overflow */
width: auto;
min-height: 100%;
/* fallback for IE and older browsers */
min-height: 100vh;
margin: 0;
padding: 0;
}
footer {
width: 100%;
}
</style>
</head>
<body style="display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: #f8f8f8; color: #050505; font-family: 'Roboto', sans-serif;">
<main style="width: 80%;">
<h1>PRIVACY POLICY FOR MOBILE APPLICATION "TremdGol Free App"</h1>
<p>Last updated: October 10, 2022</p>
<p>
This privacy policy governs your use of the software application “TremdGol Free App” (later referred as the/this “Application”) for Android™ mobile devices that was created by @jvictorjs.
</p>
<p>
The Application is a mobile Android application intended to show statistics of live soccer events.
</p>
<h2 style="margin-top: 50px;">What information does the Application obtain and how is it used?</h2>
<h3>User Provided Information</h3>
<p>
The Application does not require any user registration. The Application does not require the user to provide any personal information.
</p>
<p>
No data or personal information is collected from the User.
</p>
<h3>Automatically Collected Information</h3>
<p>
The Application does not collect any information automatically.
</p>
<p>
The Application does not share any information automatically with third parties.
</p>
<ul>
<li>Does the Application collect precise real time location information of the device?</li>
</ul>
<p>The Application does not collect precise information about the location of your mobile device.</p>
<ul>
<li>Do third parties see and/or have access to information obtained by the Application?</li>
</ul>
<p>Not applicable since the Application does not collect any information automatically.</p>
<h2 style="margin-top: 50px;">Data Retention Policy, Managing Your Information</h2>
<p>
This Application does not automatically collect, share nor retain any information.
</p>
<h2 style="margin-top: 50px;">Children</h2>
<p>
Our Application does not have any user age restriction.
</p>
<h2 style="margin-top: 50px;">Security</h2>
<p>
In order to ensure an optimal security, you shall regularly install any Application’s update available from the mobile application marketplace.
</p>
<p>
It is recomended to you to regularly check for any Android OS update(s) that could be available and to enable automatic updates.
</p>
<h2 style="margin-top: 50px;">Changes</h2>
<p>
This Privacy Policy may be updated from time to time for any reason. We will notify you of any changes to our Privacy Policy by posting the new Privacy Policy at <a
href="https://privacy-police.tremdgol.com">https://privacy-police.tremdgol.com</a> and update the "Last updated" date at the top of this Privacy Policy.
</p>
<p>
You are advised to review this Privacy Policy periodically for any changes, as continued use is deemed approval of all changes. Changes to this Privacy Policy are effective when they are
posted on this page.
</p>
<p style="margin-top: 50px;"><i>
The "Android" name, the Android logo, the "Google Play" brand, and other Google trademarks, are property of Google LLC and not part of the assets available through the Android Open
Source Project.
</i></p>
</main>
</body>
</html>