Skip to content

Instantly share code, notes, and snippets.

@adamsp
Created January 13, 2014 07:58
Show Gist options
  • Save adamsp/2c32ddd9d3cec1985c6a to your computer and use it in GitHub Desktop.
Save adamsp/2c32ddd9d3cec1985c6a to your computer and use it in GitHub Desktop.
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
try {
OkHttpClient okHttpClient = new OkHttpClient();
URL.setURLStreamHandlerFactory(okHttpClient);
} catch (Error e) {
// "When errors are thrown, they should not be caught by application code."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment