File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
wifi/java/android/net/wifi Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1054,8 +1054,8 @@ public class WifiManager {
1054
1054
/**
1055
1055
* Broadcast intent action indicating that the link configuration changed on wifi.
1056
1056
* <br />Included Extras:
1057
- * <br />{@link #EXTRA_LINK_PROPERTIES}: {@link android.net.LinkProperties} object associated
1058
- * with the Wi-Fi network .
1057
+ * <br />{@link #EXTRA_LINK_PROPERTIES}: may not be set starting in Android 11. Check for
1058
+ * <br /> null before reading its value .
1059
1059
* <br /> No permissions are required to listen to this broadcast.
1060
1060
* @hide
1061
1061
*/
@@ -1071,6 +1071,10 @@ public class WifiManager {
1071
1071
* Included in the {@link #ACTION_LINK_CONFIGURATION_CHANGED} broadcast.
1072
1072
*
1073
1073
* Retrieve with {@link android.content.Intent#getParcelableExtra(String)}.
1074
+ *
1075
+ * Note: this extra may not be set starting in Android 11. Check for null before reading its
1076
+ * value.
1077
+ *
1074
1078
* @hide
1075
1079
*/
1076
1080
@ SystemApi
You can’t perform that action at this time.
0 commit comments