Revisit the network status patch on Android
10f7e581 disables checking for network changes on Android.
It says that tor will deal with it, but I don't think we have any patch to actually do that. Maybe we might want to do it when we integrate Arti, if we see that it's something that can improve the UX (we should see how it's related to #41599 (closed)).
On the other hand, this "drastic" approach maybe was needed to prevent asking for android.permission.ACCESS_NETWORK_STATE
(see b25a9813).