回答編集履歴
1
コードに入れる
test
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
```ここに言語を入力
|
2
|
+
|
1
3
|
mWebView.setDownloadListener(new DownloadListener() {
|
2
4
|
|
3
5
|
public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength) {
|
@@ -44,6 +46,10 @@
|
|
44
46
|
|
45
47
|
});
|
46
48
|
|
49
|
+
```
|
50
|
+
|
51
|
+
|
52
|
+
|
47
53
|
|
48
54
|
|
49
55
|
cookieにログイン情報を入れてダウンロードさせることです。
|