Skip to content

7.13.25

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Apr 17:11
ac0dd7d
Fixed:

- Wi-Fi auto-upload could stall indefinitely when the first network callback arrived before Android had promoted the new network to the default route (activeNetwork still null). The surveyor would mark itself disconnected and never re-evaluate until another capability change fired, which on kiosk devices with weak or flapping Wi-Fi may not happen. NetworkCallback now uses the (network, capabilities) it is handed instead of re-querying activeNetwork; isConnectedToSyncableNetwork falls back to scanning allNetworks and still filters by NOT_METERED when the caller asked for unmetered-only. Observed on Pixel 8 Pro Digural trucks (BIK-445).