summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2010-12-21 16:06:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-12-21 16:06:19 -0800
commit46f987465c1df4ec984e725747d4d79fc592abb7 (patch)
treefe591d1321507de79febc9ee11088885125395f7 /services
parent20c915d80356859d8716f014a7d4950f06c38cfc (diff)
parent5d0fafe80752ad4e40fe0ec2bc06c43e669a0612 (diff)
downloadframeworks_base-46f987465c1df4ec984e725747d4d79fc592abb7.zip
frameworks_base-46f987465c1df4ec984e725747d4d79fc592abb7.tar.gz
frameworks_base-46f987465c1df4ec984e725747d4d79fc592abb7.tar.bz2
am 5d0fafe8: Merge "Be sure and report NO_CONNECTIVITY when needed." into gingerbread
* commit '5d0fafe80752ad4e40fe0ec2bc06c43e669a0612': Be sure and report NO_CONNECTIVITY when needed.
Diffstat (limited to 'services')
-rw-r--r--services/java/com/android/server/ConnectivityService.java1
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 7c9b547..8560d16 100644
--- a/services/java/com/android/server/ConnectivityService.java
+++ b/services/java/com/android/server/ConnectivityService.java
@@ -1028,6 +1028,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 {