diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2019-12-09 16:40:02 +0900 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2020-02-15 05:53:09 +0900 |
commit | 2fa48c2836435cb332592d50eb1d1f83b3715ce4 (patch) | |
tree | 00991391b130ce9444438821c54a531fdc3de551 /common/networkstackclient/src/android | |
parent | 8282d3c8f1c152f171099b617341f89444a2d92d (diff) |
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
Diffstat (limited to 'common/networkstackclient/src/android')
-rw-r--r-- | common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |