Upcoming Changes to the Nearby... Note

Upcoming Changes to the Nearby Connections API

User privacy and transparency are core to the Android experience, and to better align with these principles, the default behavior of the Nearby Connections API is being updated. The update affects how the API interacts with device radios, specifically Wi-Fi and Bluetooth. Previously, the Nearby Connections API could automatically toggle these radios on to facilitate connections without explicit user intervention. However, moving forward, the API will no longer automatically enable these radios for first-party and third-party applications. This change requires developers to update their implementation to account for the new behavior. Developers must ensure that the necessary radios are enabled before initiating Nearby Connections tasks, which is now referred to as manual radio management. If the required radios are disabled, the app must inform the user and request that they enable them manually. The Nearby Connections API will no longer programmatically turn on the radios for the app. The changes are scheduled to take effect in late 2026, and developers are recommended to review their connection workflows now to ensure a seamless transition for users. By making these changes, Android aims to provide a more transparent and user-centric experience for its users.