Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 3.39 KB

File metadata and controls

90 lines (55 loc) · 3.39 KB

AirADB — Privacy Policy

Effective Date: March 7, 2026 Last Updated: March 7, 2026


1. Overview

AirADB ("the Application") is a Windows desktop application developed by Rudra Makwana ("Developer"). This Privacy Policy explains how the Application handles information. The core principle is simple:

AirADB does not collect, transmit, store, or share any personal data with any third party.

The Application operates entirely locally on your computer. It makes no network requests beyond the direct ADB communication between your Windows PC and your Android device on your local network.


2. Data We Do NOT Collect

AirADB does not collect or transmit:

  • Your name, email address, or any identifying personal information
  • Your device serial numbers or identifiers (these are only held in memory for the duration of an ADB session)
  • IP addresses (used locally and only during the active connection session)
  • Location data
  • Usage analytics or telemetry
  • Crash reports
  • Advertising identifiers

3. What Data Is Processed Locally

To perform its core function, the Application temporarily processes the following on your local machine only:

Data Purpose Stored Persistently?
ADB binary path Locate the adb.exe you have configured Yes — in local shared_preferences
User preferences (log level, auto-reconnect) Restore your settings on next launch Yes — in local shared_preferences
Device IP address Establish the wireless ADB connection In-memory only, session lifetime
Device serial number Identify the USB device for ADB commands In-memory only, session lifetime

All data stored in shared_preferences is saved locally in your Windows user profile. It never leaves your machine.


4. ADB Communication

When you initiate a wireless ADB connection, AirADB runs standard ADB commands (e.g., adb tcpip 5555, adb connect <IP>) using the locally installed adb.exe binary. This communication is:

  • Entirely local to your Windows PC and Android device
  • Over your local WiFi or mobile hotspot network
  • Governed by the Android Debug Bridge protocol, not by AirADB

5. No Third-Party Services

AirADB does not integrate any third-party services, including but not limited to:

  • Google Analytics / Firebase
  • Crash reporting services (e.g., Sentry, Crashlytics)
  • Advertising networks
  • Cloud storage or sync services

6. Children's Privacy

AirADB is a developer tool. It is not directed at children under the age of 13, and we do not knowingly collect any information from children.


7. Changes to This Policy

If this Privacy Policy changes, the updated version will be published in this file within the project repository. As no personal data is collected, material changes are unlikely.


8. Contact

For questions or concerns about this Privacy Policy:


© 2026 AirADB. All rights reserved.