https://developer.android.com/training/articles/security-gms-provider.html#patching https://github.com/square/okhttp/issues/1934 Seems like this might work: ``` java ProviderInstaller.installIfNeeded(getContext()); SSLContext.getInstance('TLS') ```
https://developer.android.com/training/articles/security-gms-provider.html#patching
square/okhttp#1934
Seems like this might work: