am 27725e8c
: Only leave one default network up at a time.
* commit '27725e8cd1e2eb3b88186ae8d43e437f130b1f84': Only leave one default network up at a time.
This commit is contained in:
@ -1297,6 +1297,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
" teardown");
|
" teardown");
|
||||||
if (!teardown(otherNet)) {
|
if (!teardown(otherNet)) {
|
||||||
Slog.e(TAG, "Network declined teardown request");
|
Slog.e(TAG, "Network declined teardown request");
|
||||||
|
teardown(thisNet);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (isFailover) {
|
if (isFailover) {
|
||||||
|
Reference in New Issue
Block a user