-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQs.html
More file actions
132 lines (118 loc) · 5.64 KB
/
Copy pathFAQs.html
File metadata and controls
132 lines (118 loc) · 5.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>WatSights | FAQs</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<link href="assets/img/favicon.svg" rel="icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet" />
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<header id="header" class="fixed-top header-transparent">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<a href="index.html" style="font-size: 30px;"><img src="assets/img/favicon.svg" alt=""
class="img-fluid"> WatSights</a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#features">App Features</a></li>
<li><a href="index.html#working">How it works?</a></li>
<li><a href="index.html#privacy">Privacy</a></li>
<li><a href="index.html#contact">Contact Us</a></li>
<li class="get-started"><a
href="https://github.com/yashkasera/WatSights/raw/main/app/release/app-release.apk">Download</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main">
<section class="d-flex align-items-center faq" style="padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Frequently Asked Questions</h2>
</div>
<div data-aos="fade-up" delay="100">
<h5>Q. What is WatSights?</h5>
<p>Our core idea is to try and make sure that you do cover up majority of those important messages
and let internet be less harsh on you.</p><br>
</div>
<div data-aos="fade-up" delay="200">
<h5>Q. How does it work?</h5>
<p>WatSights scans your message notifications and stores them locally in a database on your device.
This database is only accessible to you through this app and no one (not even other apps on your
phone) has access to those messages. When someone sends you a message, you get a notification.
This app reads the text in the notification and determines if the message is important or not
using keywords. It searches for possible combinations like links, phone numbers, email
addresses, meeting link
Similarly it listens for media changes when a new media is added on your phone and if the media
is deleted, it is copied in a folder on your phone. So even if the person deletes it, you still
have access to that media.</p><br>
</div>
<div data-aos="fade-up" delay="300">
<h5>Q. Who are elite members</h5>
<p>Elite members are those who you think are important and don’t want to miss their messages. Select
important contacts as Elite Members and directly view their messages</p><br>
</div>
<div data-aos="fade-up" delay="400">
<h5>Q. Who are spammers?</h5>
<p>Spammers are those people who spam a lot of messages and their messages are not so important.</p>
<br>
</div>
<div data-aos="fade-up" delay="500">
<h5>Q. Why do you need notification access?</h5>
<p>The main objective of this app is to filter out important messages from the spam ones. In order
to read those messages, this app requires notification access.</p><br>
</div>
<div data-aos="fade-up" delay="600">
<h5>Q. Why do you need storage access?</h5>
<p>This app lets you to view Whatsapp media and delete pointless stickers and gifs, we need access
to manage your data. This does not let the app delete anything without your permission</p><br>
</div>
<div data-aos="fade-up" delay="700">
<h5>Q. Can you see my messages?</h5>
<p>WatSights scans your message notifications and stores them locally in a database on your device.
This database is only accessible to you through this app and no one (not even other apps on your
phone) has access to those messages. You can even turn on biometrics to prevent unauthoried
access to those messages</p><br>
</div>
<div data-aos="fade-up" delay="800">
<h5>Q. How can we contact you?</h5>
<p>You can contact us through our mail id yashkasera@icloud.com or you can visit our website for
more assistance</p><br>
</div>
</div>
</main>
<footer id="footer">
<div class="container">
<div class="justify-content-center">
<p>Copyright © 2021 Yash Kasera</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="./privacy_policy.html">Privacy</a></li>
<li class="list-inline-item"><a href="./terms_of_use.html">Terms</a></li>
<li class="list-inline-item"><a href="./FAQs.html">FAQ</a></li>
</ul>
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>