"RoboRemoSPP" - Privacy Policy

"RoboRemoSPP" does not collect or share anything.

PERMISSIONS:

permission required for
android.permission
.READ_EXTERNAL_STORAGE
importing interface files from local / external storage, importing / reading files for the UI items that have file-related functionality.
android.permission
.WRITE_EXTERNAL_STORAGE
exporting interface files to local / external storage, exporting / writing files for the UI items that have file-related functionality.
android.permission
.VIBRATE
for the functionality of the "vibrator" item in the RoboRemo interface
android.permission
.BLUETOOTH
turning the Bluetooth ON (after user confirmation) if Bluetooth was OFF and the user chooses to connect via Bluetooth.
android.permission
.BLUETOOTH_ADMIN
getting the list of paired devices in order to display it to the user and let the user select the device to connect to.
android.permission
.BLUETOOTH_CONNECT
connecting to a Bluetooth device when user chooses to.
android.permission
.BLUETOOTH_SCAN
”cancelDiscovery()”. Application NEVER calls ”startDiscovery()”, but according to android developer documentation, before starting a Bluetooth connection, ”an application should always call cancel discovery even if it did not directly request a discovery, just to be sure.”