GarageAAtoESP32 ("the app") is an open-source Android Auto app that triggers a do-it-yourself ESP32-based garage door opener over Bluetooth Low Energy (BLE). This policy describes what data the app handles and how it is stored.
The app stores the following information locally, in EncryptedSharedPreferences (AES-256, backed by the Android Keystore):
BLUETOOTH_SCAN (with neverForLocation) - to discover your
ESP32 device during one-time setup.BLUETOOTH_CONNECT - to connect to your ESP32 and send the open-garage
command.ACCESS_FINE_LOCATION - required by Android for BLE scanning on older
Android versions. The app does not access or store your location.When you tap "Open Garage", the app exchanges a small number of bytes with your ESP32 over an encrypted local BLE connection:
Your PIN is never sent over the air. No part of this exchange leaves your local Bluetooth radio.
None. The app does not contact any server, does not include any analytics or crash-reporting SDK, does not include advertising, and does not share any data with anyone. There is no network code in the app at all.
Because all data is stored locally and only on your phone, you can remove it completely at any time:
The app is not directed at children and does not knowingly collect any data from anyone, regardless of age.
If this policy ever changes, the new version will be published at this URL with an updated "Last updated" date.
For privacy-related questions, contact: dunnow.software+privacy@gmail.com