-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
143 lines (113 loc) · 8.32 KB
/
privacy.html
File metadata and controls
143 lines (113 loc) · 8.32 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Messagram</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/logo.png" type="image/png">
<meta name="description" content="Privacy Policy for Messagram - SMS to Telegram Forwarding App">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img src="images/logo.png" alt="Messagram Logo">
<h1>Messagram</h1>
</div>
<nav>
<ul>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#how-it-works">How It Works</a></li>
<li><a href="index.html#download">Download</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</nav>
</div>
</header>
<div class="privacy-content container">
<h2>Privacy Policy</h2>
<p class="last-updated">Last Updated: May 5, 2025</p>
<p>Code Hospital ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how your information is collected, used, and disclosed by Code Hospital when you use our Messagram mobile application ("App").</p>
<p>By using the App, you agree to the collection and use of information in accordance with this policy. If you do not agree with our policies and practices, do not download, install, or use the App.</p>
<h3>Information We Collect</h3>
<p>We collect several types of information from and about users of our App:</p>
<ul>
<li><strong>SMS Messages:</strong> The primary function of Messagram is to forward your SMS messages to your Telegram account. To provide this service, we need to access and process the SMS messages you receive on your device.</li>
<li><strong>Contact Information:</strong> If you grant the App permission to access your contacts, we will use this information to display contact names instead of phone numbers when forwarding messages.</li>
<li><strong>Device Information:</strong> We collect information about your mobile device, including device type, operating system version, unique device identifiers, and mobile network information.</li>
<li><strong>SIM Card Information:</strong> For dual-SIM functionality, we collect information about your SIM cards, including phone numbers and carrier information.</li>
<li><strong>Log Data:</strong> When you use the App, we automatically collect certain information, including the time and date of your actions, device information, and app crashes.</li>
</ul>
<h3>How We Use Your Information</h3>
<p>We use the information we collect to:</p>
<ul>
<li>Provide the core functionality of the App: forwarding SMS messages to your Telegram account</li>
<li>Improve and optimize the App's performance and user experience</li>
<li>Understand how you use the App to develop new features</li>
<li>Diagnose and fix technical issues</li>
<li>Monitor the usage of the App</li>
<li>Protect the security and integrity of the App</li>
</ul>
<h3>Data Storage and Transfer</h3>
<p>Your SMS messages are processed on your device and forwarded directly to your Telegram account through Telegram's official bot API. We do not permanently store the content of your SMS messages on our servers.</p>
<p>However, to facilitate the connection between your device and Telegram, we store a unique connection code that links your device to your Telegram account. This code does not contain any personal information and is used solely for establishing the connection.</p>
<h3>Data Sharing</h3>
<p>We do not sell, trade, or otherwise transfer your personal information to third parties. However, we may share your information in the following circumstances:</p>
<ul>
<li><strong>Telegram:</strong> SMS messages are forwarded to Telegram through their official bot API. Please refer to Telegram's privacy policy for information on how they handle your data.</li>
<li><strong>Service Providers:</strong> We may employ third-party companies to facilitate our service, provide the service on our behalf, perform service-related tasks, or assist us in analyzing how our service is used. These third parties have access to your information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</li>
<li><strong>Legal Requirements:</strong> We may disclose your information if required to do so by law or in response to valid requests by public authorities (e.g., a court or a government agency).</li>
</ul>
<h3>Data Security</h3>
<p>We implement appropriate technical and organizational measures to protect the security of your personal information. However, please be aware that no method of transmission over the internet or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your personal information, we cannot guarantee its absolute security.</p>
<h3>Your Rights</h3>
<p>Depending on your location, you may have certain rights regarding your personal information, such as:</p>
<ul>
<li>The right to access the personal information we hold about you</li>
<li>The right to request correction of inaccurate personal information</li>
<li>The right to request deletion of your personal information</li>
<li>The right to restrict or object to our processing of your personal information</li>
<li>The right to data portability</li>
</ul>
<p>To exercise any of these rights, please contact us using the information provided in the "Contact Us" section below.</p>
<h3>Children's Privacy</h3>
<p>Our App is not intended for children under the age of 13. We do not knowingly collect personal information from children under 13. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact us so that we can take necessary actions.</p>
<h3>Changes to This Privacy Policy</h3>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date at the top of this page. You are advised to review this Privacy Policy periodically for any changes.</p>
<h3>Contact Us</h3>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at:</p>
<p>Email: privacy@messagram.org<br>
Website: <a href="https://www.messagram.org">www.messagram.org</a></p>
</div>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<img src="images/logo.png" alt="Messagram Logo">
<h3>Messagram</h3>
</div>
<div class="footer-links">
<h4>Links</h4>
<ul>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#how-it-works">How It Works</a></li>
<li><a href="index.html#download">Download</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Service</a></li>
</ul>
</div>
<div class="footer-contact">
<h4>Contact</h4>
<p>Email: support@messagram.org</p>
<p>Website: <a href="https://www.messagram.org">www.messagram.org</a></p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Code Hospital. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>