We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5261cea + d68e321 commit 5d0fafeCopy full SHA for 5d0fafe
services/java/com/android/server/ConnectivityService.java
@@ -997,6 +997,7 @@ private void handleDisconnect(NetworkInfo info) {
997
// a positive report we don't want to overwrite, but if not we need to clear this now
998
// to turn our cellular sig strength white
999
mDefaultInetConditionPublished = 0;
1000
+ intent.putExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY, true);
1001
}
1002
intent.putExtra(ConnectivityManager.EXTRA_OTHER_NETWORK_INFO, switchTo);
1003
} else {
0 commit comments