summaryrefslogtreecommitdiff
path: root/framework/src/android/net/ConnectivityManager.java
diff options
context:
space:
mode:
authorlucaslin <lucaslin@google.com>2021-04-21 10:43:15 +0800
committerlucaslin <lucaslin@google.com>2021-04-21 10:43:15 +0800
commit8bee2fd622115a1c557b9835d86d15aa6f34b64c (patch)
tree25254ec8bb7332fcdff0ce1c014b3b17051d97d1 /framework/src/android/net/ConnectivityManager.java
parent7ceeabe0daf6eaf8091f65e639496d24346e9425 (diff)
Add the related extra information in the javadoc
Bug: 185876442 Test: make docs Change-Id: Ib0abc43e2009dbf5ee7b6c2a076424834d3d53f2
Diffstat (limited to 'framework/src/android/net/ConnectivityManager.java')
-rw-r--r--framework/src/android/net/ConnectivityManager.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/framework/src/android/net/ConnectivityManager.java b/framework/src/android/net/ConnectivityManager.java
index 0418450ccd..35a3a40c27 100644
--- a/framework/src/android/net/ConnectivityManager.java
+++ b/framework/src/android/net/ConnectivityManager.java
@@ -424,6 +424,9 @@ public class ConnectivityManager {
* Action used to display a dialog that asks the user whether to connect to a network that is
* not validated. This intent is used to start the dialog in settings via startActivity.
*
+ * This action includes a {@link Network} typed extra which is called
+ * {@link ConnectivityManager#EXTRA_NETWORK} that represents the network which is unvalidated.
+ *
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
@@ -433,6 +436,10 @@ public class ConnectivityManager {
* Action used to display a dialog that asks the user whether to avoid a network that is no
* longer validated. This intent is used to start the dialog in settings via startActivity.
*
+ * This action includes a {@link Network} typed extra which is called
+ * {@link ConnectivityManager#EXTRA_NETWORK} that represents the network which is no longer
+ * validated.
+ *
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
@@ -444,6 +451,10 @@ public class ConnectivityManager {
* that has not validated. This intent is used to start the dialog in settings via
* startActivity.
*
+ * This action includes a {@link Network} typed extra which is called
+ * {@link ConnectivityManager#EXTRA_NETWORK} that represents the network which has partial
+ * connectivity.
+ *
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)