Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 224 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 224 Bytes

H2 Enable Helper

This is a tool to enable spdy3/http2 support for default UrlConnection implementation in Android 5.0+, tested from Android 5.0 to 8.0

Usage

static {
  H2EnableHelper.tryEnableH2();
}