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.
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 and better, this permission is not requested nor required.
Required to optionally forward scans to a Bluetooth device.
BLUETOOTH and BLUETOOTH_ADMIN are required before Android S. BLUETOOTH_CONNECT from Android S on.
Required to read a barcode from the camera image.
Required to send a scanned code to a custom URL you can specify in settings.
Required to vibrate on detection.
Required to save generated barcodes as files before Android Q.
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
.
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
.
From Android R, ACCESS_WIFI_STATE
is required for
WifiManager.getNetworkSuggestions
which is used to remove individual network suggestions.