2017-07-05 3 views

答えて

0

用途:

CookieManager cookieManager = CookieManager.getInstance(); 
     if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) { 
      CookieSyncManager.createInstance(this); 
     } 
     cookieManager.setAcceptCookie(true); 

と大丈夫になります。

関連する問題