0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00
BinaryEye/PRIVACY.md
Markus Fisch 1e4a0fde7a Make links to permissions references
So PRIVACY can be read in the shell.
2021-12-16 22:44:33 +01:00

2.3 KiB

Privacy Policy

Binary Eye does not collect any personal information.

If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me.

Permissions

ACCESS_FINE_LOCATION

Required to add a WiFi network from a barcode (usually a QR Code).

Before Android Q, this feature requires using WifiManager.getConfiguredNetworks which requires ACCESS_FINE_LOCATION.

On Android Q an better, this permission is not requested nor required.

CAMERA

Required to read a barcode from the camera image.

INTERNET

Required to send a scanned code to a custom URL you can specify in settings.

VIBRATE

Required to vibrate on detection.

WRITE_EXTERNAL_STORAGE

Required to save generated barcodes as files before Android Q.

CHANGE_WIFI_STATE

Required to add a WiFi network from a barcode (usually a QR Code).

On Android Q and better, this feature requires using WifiManager.addNetworkSuggestions which requires CHANGE_WIFI_STATE.

ACCESS_WIFI_STATE

Required to add a WiFi network from a barcode (usually a QR Code).

Before Android Q, this feature requires using WifiManager.getConfiguredNetworks which requires ACCESS_WIFI_STATE.