am 08df90cf: am 5d0fafe8: Merge "Be sure and report NO_CONNECTIVITY when needed." into gingerbread am: 707bdb6f21

Original change: undetermined

Change-Id: I02ba7e022f06638fb46abb0288ff127588b374d1
This commit is contained in:
Robert Greenwalt
2021-05-31 10:59:25 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {