Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RizwanAtNvest authored Nov 11, 2024
1 parent 269a6c9 commit 2308559
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,29 @@
<h1>SBI Simba Privacy Policy</h1>
<p>This privacy policy explains how we handle information related to [app feature that uses notifications]...</p>
<!-- Add your full privacy policy content here -->
## Local PDF Document Notifications

### Purpose of Notifications
We use local notifications to alert users when a new PDF document has been downloaded and is available for access within our app. When a user taps on the notification, it will open the PDF document for them.
<h2>Local PDF Document Notifications</h2>

### Information Collected
We do not collect any personal information or data from users through the local PDF document notifications. The notifications are triggered and handled entirely on the user's device.
<h3>Purpose of Notifications</h3>
<p>We use local notifications to alert users when a new PDF document has been downloaded and is available for access within our app. When a user taps on the notification, it will open the PDF document for them.</p>

### Notification Content
The local notifications will contain the following information:
- Title: "File downloaded"
- Body: "Tap to open PDF."
<h3>Information Collected</h3>
<p>We do not collect any personal information or data from users through the local PDF document notifications. The notifications are triggered and handled entirely on the user's device.</p>

### User Controls
Users can manage their preferences for receiving local PDF document notifications through their device's system-level notification settings. Users can choose to enable or disable these notifications at any time.
<h3>Notification Content</h3>
<p>The local notifications will contain the following information:</p>
<ul>
<li>Title: "File downloaded"</li>
<li>Body: "Tap to open PDF."</li>
</ul>

### Data Storage
No notification-related data is stored by our app. The local notifications are handled entirely on the user's device without any data being transmitted to our servers or stored by our app.
<h3>User Controls</h3>
<p>Users can manage their preferences for receiving local PDF document notifications through their device's system-level notification settings. Users can choose to enable or disable these notifications at any time.</p>

### Third-Party Services
We do not use any third-party services for the delivery of these local PDF document notifications. All notification handling is done natively within the app.
<h3>Data Storage</h3>
<p>No notification-related data is stored by our app. The local notifications are handled entirely on the user's device without any data being transmitted to our servers or stored by our app.</p>

<h3>Third-Party Services</h3>
<p>We do not use any third-party services for the delivery of these local PDF document notifications. All notification handling is done natively within the app.</p>
</body>
</html>

0 comments on commit 2308559

Please sign in to comment.