Seem like whole NetworkInfo is deprecated on API 29.
So I am looking for an alternative to check if the network is connected. E.g. alternative to
connectivityManager.activeNetworkInfo?.isConnected == true
Sidenote: I know there is a callback now, but I'd like to get this info synchronously. Also, of course I'm aware that it may not be a precise info though I'd like to have it.