diff options
| author | 2010-12-21 16:02:13 -0800 | |
|---|---|---|
| committer | 2010-12-21 16:02:13 -0800 | |
| commit | 5d0fafe80752ad4e40fe0ec2bc06c43e669a0612 (patch) | |
| tree | a55393bb89ba5a92c71438a5b6617b8e10a0b5a4 | |
| parent | 5261cea2e0cd61801e102114039a19ab449b53fe (diff) | |
| parent | d68e321841b53263d97dcc7e1682e8f0c7877e62 (diff) | |
Merge "Be sure and report NO_CONNECTIVITY when needed." into gingerbread
| -rw-r--r-- | services/java/com/android/server/ConnectivityService.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/java/com/android/server/ConnectivityService.java b/services/java/com/android/server/ConnectivityService.java index a663c3a50ebb..bc102e435a12 100644 --- a/services/java/com/android/server/ConnectivityService.java +++ b/services/java/com/android/server/ConnectivityService.java @@ -997,6 +997,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { // 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 { |