-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
355 lines (310 loc) · 13.1 KB
/
Copy pathindex.html
File metadata and controls
355 lines (310 loc) · 13.1 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Rent Me Room</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f9fafb;
}
.container {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
color: #8B5CF6;
border-bottom: 3px solid #8B5CF6;
padding-bottom: 10px;
}
h2 {
color: #EC4899;
margin-top: 30px;
}
h3 {
color: #6B7280;
}
.highlight {
background-color: #F3E8FF;
padding: 15px;
border-left: 4px solid #8B5CF6;
margin: 20px 0;
}
.contact-info {
background-color: #FEF3C7;
padding: 20px;
border-radius: 8px;
margin: 20px 0;
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
.last-updated {
font-style: italic;
color: #6B7280;
text-align: center;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #E5E7EB;
}
a {
color: #8B5CF6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy for Rent Me Room</h1>
<div class="highlight">
<strong>Effective Date:</strong> 27-12-2025<br>
<strong>Last Updated:</strong> 27-12-2025
</div>
<h2>Introduction</h2>
<p>Rent Me Room ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our mobile application ("App"). Please read this privacy policy carefully. If you do not agree with the terms of this privacy policy, please do not access the application.</p>
<h2>Information We Collect</h2>
<h3>Personal Information</h3>
<p>We may collect personal information that you voluntarily provide to us when you:</p>
<ul>
<li>Register for an account</li>
<li>Create a room listing</li>
<li>Contact other users</li>
<li>Use our services</li>
</ul>
<p><strong>Personal information may include:</strong></p>
<ul>
<li>Name</li>
<li>Email address</li>
<li>Phone number</li>
<li>Profile photos</li>
<li>User-generated content (room descriptions, messages)</li>
</ul>
<h3>Location Information</h3>
<p>We collect location data to:</p>
<ul>
<li>Show room listings in your area</li>
<li>Enable location-based search</li>
<li>Display rooms on maps</li>
<li>Improve our services</li>
</ul>
<h3>Device and Usage Information</h3>
<p>We automatically collect certain information when you use our App:</p>
<ul>
<li>Device type and operating system</li>
<li>App usage statistics</li>
<li>IP address</li>
<li>Unique device identifiers</li>
<li>Crash reports and performance data</li>
</ul>
<h3>Photos and Media</h3>
<ul>
<li>Room photos you upload</li>
<li>Profile pictures</li>
<li>Images shared in messages</li>
</ul>
<h2>How We Use Your Information</h2>
<h3>Provide Services</h3>
<ul>
<li>Create and manage your account</li>
<li>Enable room listings and searches</li>
<li>Facilitate communication between users</li>
<li>Process and display your content</li>
<li>Provide customer support</li>
</ul>
<h3>Improve Our App</h3>
<ul>
<li>Analyze usage patterns</li>
<li>Fix bugs and improve performance</li>
<li>Develop new features</li>
<li>Conduct research and analytics</li>
</ul>
<h3>Safety and Security</h3>
<ul>
<li>Verify user identity</li>
<li>Prevent fraud and abuse</li>
<li>Enforce our terms of service</li>
<li>Protect user safety</li>
</ul>
<h3>Communications</h3>
<ul>
<li>Send important updates about our service</li>
<li>Respond to your inquiries</li>
<li>Send promotional materials (with your consent)</li>
</ul>
<h2>Information Sharing and Disclosure</h2>
<h3>With Other Users</h3>
<ul>
<li>Your profile information (name, photo) is visible to other users</li>
<li>Room listings you create are public</li>
<li>Messages are shared with intended recipients</li>
</ul>
<h3>With Service Providers</h3>
<p>We may share information with third-party service providers who help us operate our App:</p>
<ul>
<li><strong>Firebase (Google):</strong> Database and authentication services</li>
<li><strong>Google AdMob:</strong> Advertising services</li>
<li><strong>Google Maps:</strong> Location and mapping services</li>
</ul>
<h3>Legal Requirements</h3>
<p>We may disclose your information if required by law or to:</p>
<ul>
<li>Comply with legal processes</li>
<li>Protect our rights and property</li>
<li>Ensure user safety</li>
<li>Prevent illegal activities</li>
</ul>
<h3>Business Transfers</h3>
<p>If we are involved in a merger, acquisition, or sale of assets, your information may be transferred as part of that transaction.</p>
<h2>Advertising</h2>
<h3>Google AdMob</h3>
<p>Our App displays advertisements through Google AdMob. AdMob may:</p>
<ul>
<li>Collect device information for ad targeting</li>
<li>Use cookies and similar technologies</li>
<li>Show personalized advertisements</li>
<li>Collect data for ad performance measurement</li>
</ul>
<p><strong>You can opt out of personalized ads by:</strong></p>
<ul>
<li>Adjusting your device's advertising settings</li>
<li>Using Google's Ad Settings</li>
<li>Opting out through industry opt-out tools</li>
</ul>
<h3>Ad Content</h3>
<p>We are not responsible for the content of third-party advertisements displayed in our App.</p>
<h2>Data Storage and Security</h2>
<h3>Data Storage</h3>
<ul>
<li>Your data is stored on secure Firebase servers</li>
<li>Data is encrypted in transit and at rest</li>
<li>We implement industry-standard security measures</li>
</ul>
<h3>Data Retention</h3>
<ul>
<li>Account information: Retained while your account is active</li>
<li>Messages: Stored for service functionality</li>
<li>Usage data: Retained for analytics and improvement</li>
<li>You can request data deletion by contacting us</li>
</ul>
<h3>Security Measures</h3>
<ul>
<li>Encryption of sensitive data</li>
<li>Regular security assessments</li>
<li>Access controls and authentication</li>
<li>Monitoring for unauthorized access</li>
</ul>
<h2>Your Rights and Choices</h2>
<h3>Account Management</h3>
<ul>
<li>Update your profile information</li>
<li>Change privacy settings</li>
<li>Delete your account</li>
</ul>
<h3>Data Access and Control</h3>
<ul>
<li>Request a copy of your personal data</li>
<li>Request correction of inaccurate information</li>
<li>Request deletion of your data</li>
<li>Object to certain data processing</li>
</ul>
<h3>Communication Preferences</h3>
<ul>
<li>Opt out of promotional emails</li>
<li>Adjust notification settings</li>
<li>Control message preferences</li>
</ul>
<h2>Children's Privacy</h2>
<p>Our App is not intended for children under 13 years of age. We do not knowingly collect personal information from children under 13. If you are a parent or guardian and believe your child has provided us with personal information, please contact us.</p>
<h2>International Data Transfers</h2>
<p>Your information may be transferred to and processed in countries other than your own. We ensure appropriate safeguards are in place to protect your information during such transfers.</p>
<h2>Third-Party Services</h2>
<p>Our App integrates with third-party services:</p>
<h3>Firebase (Google)</h3>
<ul>
<li><strong>Purpose:</strong> Database, authentication, analytics</li>
<li><strong>Privacy Policy:</strong> <a href="https://firebase.google.com/support/privacy" target="_blank">https://firebase.google.com/support/privacy</a></li>
</ul>
<h3>Google AdMob</h3>
<ul>
<li><strong>Purpose:</strong> Advertising services</li>
<li><strong>Privacy Policy:</strong> <a href="https://policies.google.com/privacy" target="_blank">https://policies.google.com/privacy</a></li>
</ul>
<h3>Google Maps</h3>
<ul>
<li><strong>Purpose:</strong> Location services and mapping</li>
<li><strong>Privacy Policy:</strong> <a href="https://policies.google.com/privacy" target="_blank">https://policies.google.com/privacy</a></li>
</ul>
<h2>Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by:</p>
<ul>
<li>Posting the new Privacy Policy in the App</li>
<li>Sending you an email notification</li>
<li>Displaying a prominent notice in the App</li>
</ul>
<p>Your continued use of the App after changes constitutes acceptance of the updated Privacy Policy.</p>
<h2>Account Deletion</h2>
<p>You can delete your RentMeRoom account at any time through the app settings. To delete your account:</p>
<ul>
<li>Open the RentMeRoom app</li>
<li>Go to Profile → Settings → Account Management</li>
<li>Tap "Delete Account" and confirm</li>
</ul>
<p>When you delete your account, we permanently remove:</p>
<ul>
<li>Your profile information (name, email, phone)</li>
<li>All your posts and messages</li>
<li>Your favorites and activity data</li>
<li>All associated photos and files</li>
</ul>
<p>Account deletion is immediate and cannot be undone. Some data may be retained for legal compliance or fraud prevention for up to 30 days.</p>
<div class="contact-info">
<h2>Contact Us</h2>
<p>If you have questions about this Privacy Policy or our privacy practices, please contact us:</p>
<p>
<strong>Email:</strong> ahsaanaarish@gmail.com<br>
<strong>Address:</strong> akanipath, Ghoramara, Guwahati, Assam<br>
<strong>Phone:</strong> +917576920017
</p>
</div>
<h2>Data Protection Officer</h2>
<p>For users in the European Union, you may contact our Data Protection Officer:</p>
<p><strong>Email:</strong> dpo-email@example.com</p>
<h2>Legal Basis for Processing (EU Users)</h2>
<p>We process your personal data based on:</p>
<ul>
<li><strong>Consent:</strong> When you agree to our terms</li>
<li><strong>Contract:</strong> To provide our services</li>
<li><strong>Legitimate Interest:</strong> To improve our services and ensure security</li>
<li><strong>Legal Obligation:</strong> To comply with applicable laws</li>
</ul>
<h2>Your EU Rights</h2>
<p>If you are in the European Union, you have the right to:</p>
<ul>
<li>Access your personal data</li>
<li>Rectify inaccurate data</li>
<li>Erase your data</li>
<li>Restrict processing</li>
<li>Data portability</li>
<li>Object to processing</li>
<li>Withdraw consent</li>
</ul>
<div class="last-updated">
This Privacy Policy was last updated on 27-12-2025 and is effective as of 27-12-2025.
</div>
</div>
</body>
</html>