-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
24 lines (23 loc) · 1.17 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
<html>
<body>
<h1>Privacy Policy</h1>
<h2>Collector Mobile Client</h2>
<p>We not collecting any personal data.</p>
<h3>Permissions</h3>
<ul>
<li>BLUETOOTH - Required, for optical probe communication.</li>
<li>BLUETOOTH_ADMIN - Required, for optical probe communication.</li>
<li>BLUETOOTH_CONNECT - Required, for optical probe communication.</li>
<li>BLUETOOTH_SCAN - Required, for searching of BT communication probes.</li>
<li>INTERNET - Required, for data synchronization.</li>
<li>MANAGE_EXTERNAL_STORAGE - Required, for temporary storing data.</li>
<li>MANAGE_USB - Required, for USB probe communication.</li>
<li>RECEIVE_BOOT_COMPLETED - Required, for background automatic data synchronization.</li>
<li>WAKE_LOCK - Required, to keep device awake during optical probe communication.</li>
<li>WRITE_EXTERNAL_STORAGE - Required, for temporary storing data.</li>
<li>ACCESS_FINE_LOCATION - Optional, for accessing a device ID.</li>
<li>ACCESS_COARSE_LOCATION - Optional, for accessing a device ID.</li>
<li>READ_PHONE_STATE - Optional, for accessing a device ID.</li>
</ul>
</body>
</html>