-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
22 lines (22 loc) · 1.18 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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contact[s] - Privacy Policy</title>
<meta name="viewport" content="width=device-width">
<link href="https://www.studioamanga.com/nanonotes/privacy-policy" rel="canonical">
<style>
body {font-family: -apple-system; padding-bottom: 80px; padding-left: 10px; padding-right: 10px;}
body > * {max-width:600px; margin-left: auto; margin-right: auto;}
h1 {margin-top: 80px; margin-bottom: 4px;}
</style>
</head>
<body>
<h1>Contact[s] Privacy Policy</h1>
<p>Contacts data for the app exclusively comes from the Apple Address Book API, and is never stored within the app itself.</p>
<ul>
<li>All contacts data comes from the Apple Address Book API provided by the system, and is saved directly to the Apple Address Book API. Only the list of favorites (identifiers only, not the contacts details) is stored by the app.</li>
<li>No third-party software has access to your data.</li>
<li>Your contacts data remains in the Apple Address Book API container when you delete the app from your device. The list of favorites is deleted when you delete the app.</li>
</ul>
</body>
</html>