0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 12:02:17 +02:00
BinaryEye/PRIVACY.md
2020-09-28 11:24:07 +02:00

2.1 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.