-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
51 lines (51 loc) · 2.92 KB
/
Copy pathprivacy.html
File metadata and controls
51 lines (51 loc) · 2.92 KB
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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta property="og:title" content="SamSprung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A complete home experience on the cover screen" />
<meta property="og:url" content="https://samsprung.github.io" />
<meta property="og:image" content="https://samsprung.github.io/img/feature_graphic.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1240" />
<meta property="og:image:height" content="1880" />
<link rel="apple-touch-icon" href="img/favicon.png" />
<link rel="shortcut icon" href="img/favicon.png" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="480">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="viewport" content="target-densitydpi=device-dpi" />
<!-- Mobile IE needs ClearType for smoothing fonts -->
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="css/styles.css" />
<title>SamSprung: Privacy Policy</title>
</head>
<body>
<center>
<h2>Privacy Policy<h2>
<h4>
This application does not collect any personally identifying information during regular use.
<br /><br />
No information is transmitted outside of the application unless specifically requested by the user.
<br />
Transmitted information includes, but is limited to, the most recent log of application activity as provided by a logcat operation targeting the application and the specific identifiers for a system crash.
<br /><br />
Submitting a bug report through email will share the sender's address, as is the nature of email. This address is used strictly for status details and is not shared or recorded.
<br /><br />
Usage statistics are used for the purpose of sorting applications. This information is neither stored or shared outside of the runtime application memory and is removed upon termination.
<br />
Usage information is retrieved in the form of a sorted list of the most recently used package names for the last hour of device use.
<br /><br />
Device statistics and account information are neither required or used by the application, thus ensuring that they are neither stored or transmitted.
<br />
No usage statistic for the application are collected by the application.
<br /><br />
This notice represents the most recent and any previous version of the application and will be updated to reflect any changes on or before the release of any version to which it does not apply.
</h4>
</center>
</body>
</html>