【发布时间】:2017-02-01 03:01:22
【问题描述】:
https://developer.android.com/reference/java/net/CookieHandler.html#getDefault() 的 CookieHandler 文档说
Sets (or unsets) the system-wide cookie handler. Note: non-standard http protocol handlers may ignore this setting.
这里的“系统范围”是什么意思?打电话CookierHandler.setDefault(null);是不是所有应用的cookies都会被删除
【问题讨论】: