localNetworkGateAction
Pure classifier for gating a TCP-connect action on ACCESS_LOCAL_NETWORK. Kept side-effect-free and platform-agnostic so it can be unit-tested in commonTest without an Android Activity.
Inert everywhere else: rememberLocalNetworkPermissionState() reports PermissionStatus.GRANTED below API 37 and on desktop/iOS, so this always returns LocalNetworkGateAction.PROCEED there.