Skip to content

Commit c5fd6e5

Browse files
committed
Fix build
Change-Id: Id17b70154b3f8a101457b20fb37db0a16159dff9
1 parent da6da09 commit c5fd6e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/java/android/net/BaseNetworkStateTracker.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ public final LinkCapabilities getLinkCapabilities() {
9595
return new LinkCapabilities(mLinkCapabilities);
9696
}
9797

98+
@Override
99+
public void captivePortalCheckComplete() {
100+
// not implemented
101+
}
102+
98103
@Override
99104
public boolean setRadio(boolean turnOn) {
100105
// Base tracker doesn't handle radios

0 commit comments

Comments
 (0)