diff --git a/framework/src/android/net/ConnectivityManager.java b/framework/src/android/net/ConnectivityManager.java index 2951f5ef03..8309869a13 100644 --- a/framework/src/android/net/ConnectivityManager.java +++ b/framework/src/android/net/ConnectivityManager.java @@ -144,6 +144,11 @@ public class ConnectivityManager { *

* For a disconnect event, the boolean extra EXTRA_NO_CONNECTIVITY * is set to {@code true} if there are no connected networks at all. + *

+ * Note that this broadcast is deprecated and generally tries to implement backwards + * compatibility with older versions of Android. As such, it may not reflect new + * capabilities of the system, like multiple networks being connected at the same + * time, the details of newer technology, or changes in tethering state. * * @deprecated apps should use the more versatile {@link #requestNetwork}, * {@link #registerNetworkCallback} or {@link #registerDefaultNetworkCallback}