From 2fa48c2836435cb332592d50eb1d1f83b3715ce4 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Mon, 9 Dec 2019 16:40:02 +0900 Subject: Add CaptivePortalData fetching to NetworkMonitor When a capport API URL is sent through notifyNetworkConnected or notifyLinkPropertiesChanged, NetworkMonitor will (re)evaluate to fetch the data, and report it back via notifyCaptivePortalDataChanged. Test: atest NetworkStackTests NetworkStackNextTests Bug: 139269711 Change-Id: I101e2b2799d399fa7b560bf5ea3d86dac7ba1be9 --- common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl | 1 + 1 file changed, 1 insertion(+) (limited to 'common/networkstackclient') diff --git a/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl b/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl index c98d9c2..3151565 100644 --- a/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl +++ b/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl @@ -25,4 +25,5 @@ parcelable DhcpResultsParcelable { String serverAddress; String vendorInfo; String serverHostName; + String captivePortalApiUrl; } -- cgit v1.2.3