am 1c7c3556: Merge change 25634 into eclair
Merge commit '1c7c355626ea870605beab6dc07d8ac7509a8b80' into eclair-plus-aosp * commit '1c7c355626ea870605beab6dc07d8ac7509a8b80': Report NO_CONNECTIVITY when failover net unavail
This commit is contained in:
@@ -809,6 +809,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
intent.putExtra(ConnectivityManager.
|
intent.putExtra(ConnectivityManager.
|
||||||
EXTRA_OTHER_NETWORK_INFO, switchTo);
|
EXTRA_OTHER_NETWORK_INFO, switchTo);
|
||||||
} else {
|
} else {
|
||||||
|
intent.putExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY,
|
||||||
|
true);
|
||||||
newNet.reconnect();
|
newNet.reconnect();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user