| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| native_dio_adapter 1.7.0 source code.tar.gz | 2026-07-25 | 3.2 MB | |
| native_dio_adapter 1.7.0 source code.zip | 2026-07-25 | 3.4 MB | |
| README.md | 2026-07-25 | 599 Bytes | |
| Totals: 3 Items | 6.6 MB | 0 | |
## What's new
- Add opt-in
createFallbackAdaptertoNativeAdapter. On Android, when the device has installed Cronet providers but every provider is disabled (for example AOSP emulators or devices without Google Play services), the supplied factory returns anyHttpClientAdapterand requests continue via that adapter. Detection is strictly limited to Cronet's provider-disabledRuntimeException; every other Cronet error is propagated unchanged. Adapter selection is sticky for the lifetime of theNativeAdapter. Fixes #2444.