diff --git a/Tethering/common/TetheringLib/cronet_enabled/api/current.txt b/Tethering/common/TetheringLib/cronet_enabled/api/current.txt index 7bdc0e4724..3840417d33 100644 --- a/Tethering/common/TetheringLib/cronet_enabled/api/current.txt +++ b/Tethering/common/TetheringLib/cronet_enabled/api/current.txt @@ -157,6 +157,7 @@ package android.net.http { public class QuicOptions { method @Nullable public String getHandshakeUserAgent(); + method @Nullable public java.time.Duration getIdleConnectionTimeout(); method @Nullable public Integer getInMemoryServerConfigsCacheSize(); method @NonNull public java.util.Set getQuicHostAllowlist(); }