-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
58 lines (58 loc) · 5.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href='./playStore-icon-screenshots/mascConverter-playstore-icon.png' />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
<title>Masc Converter App</title>
</head>
<body>
<div class="wrapper-app">
<header class="header">
<div class="header__brand">
<a href="./"><img class="header__img" src="./playStore-icon-screenshots/mascConverter-playstore-icon.png" alt="App logo"></a>
</div>
<div class="header__policy">
<nav class="header__nav">
<ul class="header__ul">
<li class="header__item-link"><a href="./">Home</a></li>
</ul>
</nav>
</div>
</header>
<main class="main">
<section>
<h1 class="main__policy-titke">Masc Converter Privacy Policy</h1>
<p>Melvin Santana developed Masc Converter App Privacy Policy to explain how the app collects, uses and protects the information. We suggest you read the Policy carefully in order you can understand how we use your information and how you can use our mobile applications.</p>
<p>Once you install and use the app, you agree to this privacy policy and give an explicit and informed consent to the processing. If you do not agree, you are free to uninstall or not to install the app at your convenience.</p>
<h3>1. Non-personal Data</h3>
<p>Means information that does not identify you. We may collect Non-personal data such as your device model number, OS version, country code and other properties for purposes of managing the apps and communicating with you.</p>
<h3>2. Ad serving Technology</h3>
<p>Masc Converter App integrates an ad SDK to display banners or interstitials. We use ad formats to monetize or promote my products or apps.</p>
<p>We may disclose Non-personal data to third parties and/or allow third parties to collect Non-personal data through their own embedded technology. In order to deliver ads to you, the third-party advertising companies may place or recognize unique cookies, anonymous identifiers or similar technology for non-personally identifiable information. If you would like more information, please follow the link below:</p>
<p>AdMob - <a href="https://policies.google.com/technologies/partner-sites">https://policies.google.com/technologies/partner-sites</a></p>
<h3>3. Location Data</h3>
<p>Some of the apps may request your Location data for a functional purpose. We may use various technologies to determine location, such as GPS, Wi-Fi or other network-based data such as IP address. Your GPS geo-location is not accessed without your consent. We do NOT provide your Location data for any advertising networks and third parties except Google.</p>
<p>Maps - <a href="https://cloud.google.com/maps-platform/terms">https://cloud.google.com/maps-platform/terms</a></p>
<h3>4. Personal Data</h3>
<p>Personal data means personally identifiable information that specifically identifies you as an individual (e.g. your name, email address). Masc Converter does not collect your Personal Data, therefore, does not store your Personal data.</p>
<h3>5. Third party terms and conditions</h3>
<p>Please note that your access to and use of the apps may be subject to certain third-party terms and conditions and privacy policies. You recognize and agree that we are not liable for any such third-party terms and conditions and any third party’s use of your Personal data. Here are links to the privacy policies of a few of the distributors we use:</p>
<p>Google - <a href="http://www.google.com/intl/en/policies/privacy/">http://www.google.com/intl/en/policies/privacy/</a></p>
<p>Galaxy Apps - <a href="https://account.samsung.com/membership/">https://account.samsung.com/membership/</a></p>
<p>Amazon - <a href="http://www.amazon.com/gp/help/customer/display.html?nodeId=468496">http://www.amazon.com/gp/help/customer/display.html?nodeId=468496</a></p>
<h3>6. Disclosure and Transfer of Personal Data</h3>
<p>We disclose information to respond to subpoenas, court orders and other legal processes as well as to establish/exercise our legal rights or defend against legal claims. We will share Personal data and Non-personal data in order to investigate, prevent or take action against illegal activities, suspected fraud, potential threats to the physical safety of any person, violations of our Terms of Use or as otherwise required by law.</p>
</section>
</main>
<footer class="footer">
<a href="https://github.com/melvinsantanac/melvinsantanac">Melvin Santana ©</a>
</footer>
</div>
</body>
</html>