Do not initialize SSLSocketFactory too early

During Zygote initialization, the class may be preloaded. However we do
not want the default instances of SSLSocketFactory initialized, so move
those into a holder class so they are only initialized when used.

Bug: 9984058
Change-Id: Icf91f4fb60b7e4e5e9fbb22def01073dc1663128
1 file changed
tree: 8ad2449ee581d15a30db66a19fa8bb8f6a20af55
  1. src/
  2. Android.mk
  3. CleanSpec.mk
  4. MODULE_LICENSE_APACHE2
  5. NOTICE