Commit 89275270 authored by topjohnwu's avatar topjohnwu

Fix code to install GMS_Conscrypt

parent e7339ba6
...@@ -43,7 +43,7 @@ public class Networking { ...@@ -43,7 +43,7 @@ public class Networking {
gms.getClassLoader() gms.getClassLoader()
.loadClass("com.google.android.gms.common.security.ProviderInstallerImpl") .loadClass("com.google.android.gms.common.security.ProviderInstallerImpl")
.getMethod("insertProvider", Context.class) .getMethod("insertProvider", Context.class)
.invoke(null, context); .invoke(null, gms);
} catch (Exception e) { } catch (Exception e) {
// Failed to update SSL provider, use NoSSLv3SocketFactory on SDK < 21 // Failed to update SSL provider, use NoSSLv3SocketFactory on SDK < 21
if (Build.VERSION.SDK_INT < 21) if (Build.VERSION.SDK_INT < 21)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment