Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c7c3556 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25634 into eclair

* changes:
  Report NO_CONNECTIVITY when failover net unavail
parents 409024e9 c7d2530d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -809,6 +809,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                    intent.putExtra(ConnectivityManager.
                            EXTRA_OTHER_NETWORK_INFO, switchTo);
                } else {
                    intent.putExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY,
                            true);
                    newNet.reconnect();
                }
            } else {