Android 17 (API level 37) was released to Pixel devices on June 16, 2026. Apps submitted to Google Play will be required to target API 37 from mid-2027 (exact date TBC). Other OEMs are expected to begin rollouts from late Q3 2026.
DevicePolicyManager.setNearbyAppStreamingPolicy(). Automation is blocked inside work profiles by defaultDevicePolicyManager.setAppFunctionsPolicy(APP_FUNCTIONS_DISABLED)ACCESS_HID permission. Administrators can implicitly block this using DevicePolicyManager.setUsbDataSignalingEnabled(false)ACCESS_LOCAL_NETWORK becomes mandatory for apps targeting API 37. Apps accessing local printers, IoT devices, casting targets, or on-premises services must request this permission. IT administrators can pre-grant it using DevicePolicyManager.setPermissionGrantState()setUsbDataSignalingEnabled(). If USB data access is restricted, high-speed tunnels are blockedACTION_VPN_APP_EXCLUSION_SETTINGS intent allows VPN apps to offer a system UI for per-app exclusion. Administrators should check with their VPN vendor on adoption plansandroid:usesCleartextTraffic is planned for deprecation in a future release. Apps targeting API 37 default to blocking cleartext traffic; those relying on HTTP should migrate to network security configurationsetCrossProfileContactsSearchDisabled()For a full list of enterprise changes, refer to What's new for enterprise in Android 17 on the Android Developers site.