要取 data
但
HttpEntity entity = response.getEntity();
<== 一直跳 兩次取用
我就 用 Download manager 來寫
String title = c.getString(c
.getColumnIndex(DownloadManager.COLUMN_TITLE));
有 COLUMN_TITLE 但 沒有 COLUMN_Context?
應該是有辦法 取用 Content
畢竟已經是 取用 出來。
不過好像沒人這樣做
先記一下
然後
HttpEntity entity = response.getEntity();
今天又正常了.....