Loading services/java/com/android/server/ConnectivityService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1097,6 +1097,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { // gotten a positive report we don't want to overwrite, but if not we need to // clear this now to turn our cellular sig strength white mDefaultInetConditionPublished = 0; intent.putExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY, true); } intent.putExtra(ConnectivityManager.EXTRA_OTHER_NETWORK_INFO, switchTo); } else { Loading Loading
services/java/com/android/server/ConnectivityService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1097,6 +1097,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { // gotten a positive report we don't want to overwrite, but if not we need to // clear this now to turn our cellular sig strength white mDefaultInetConditionPublished = 0; intent.putExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY, true); } intent.putExtra(ConnectivityManager.EXTRA_OTHER_NETWORK_INFO, switchTo); } else { Loading