-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
42 lines (37 loc) · 1.47 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<body>
<h1>What information do we collect?</h1>
<p>
The Application sends unidentifiable and non-personal statistical data to enable QA and improve app development processes. Such non-personal data includes unidentifiable usage of the Application (for example; information about your device, your carrier and/or mobile software application platform statistical usage data, and device specific technical events such as software crashes or errors).
</p>
<h1>How do we use your information?</h1>
<p>
This data is primarily used to optimize and improve our app for our users. This data DOES NOT include any personal identification information.
</p>
<h1>Contacting us</h1>
<p>
If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:
<div>Preview for Glass team</div>
<div>http://www.preview-anything.com/</div>
<div>10203 Parkwood Dr APT4, Cupertino CA, 95014</div>
<div><script type="text/javascript">
<!--
function convertMoji2_shtml(t){
var s="",moji="";
for(var i=0;i<t.length;i++){
moji=t.charCodeAt(i);
s +=String.fromCharCode(moji+1);
}
return s;
}
var em_shtml=convertMoji2_shtml(String.fromCharCode(103,110,113,104,106,96,118,96,45,115,96,106,96,103)+String.fromCharCode(104,113,110,63,102,108,96,104,107,45,98,110,108));
document.write("<a href=\"mai"+"lto:"+em_shtml+"\">"+em_shtml+"</a>");
// -->
</script>
</div>
</p>
<footer>
This document was last updated on April 03, 2014
</footer>
</body>
</html>