forked from iSoron/uhabits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
27 lines (27 loc) · 1.57 KB
/
privacy.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
<!DOCTYPE html>
<html>
<head>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta charset='UTF-8'>
<link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic' rel='stylesheet' type='text/css'>
<title>Privacy Policy | Loop Habit Tracker</title>
<link href='reset.css' rel='stylesheet' type='text/css'>
<link href='main.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class='content'>
<h1 id="privacy-policy-loop-habit-tracker">Privacy Policy – Loop Habit Tracker</h1>
<p>All data provided to Loop Habit Tracker is only stored locally in your device. Loop Habit Tracker DOES NOT upload your data anywhere. The developers of Loop Habit Tracker DO NOT have access to any of your data. Your data is NOT SHARED with any 3rd parties. Loop Habit Tracker DOES NOT include any advertisement libraries or any 3rd party tracking (analytics) code, such as Google Analytics.</p>
<p><strong>Note:</strong> If you have activated "backup & reset" in your phone settings (Settings / Backup & Reset / Back up my data), you should be aware that Android itself will periodically save a copy of your phone's data in Google's servers. This backup contains private information, including your WiFi passwords, messages and call history. It may also include data from Loop Habit Tracker and from other apps you use. The developers of Loop Habit Tracker DO NOT have access to this data.</p>
</div>
<div class='footer'>
Powered by
<a href='http://haml.info'>haml</a>
and
<a href='http://sass-lang.com/'>sass</a>
<br>
Last update:
2018-05-25
</div>
</body>
</html>