delight-im / delight-im/Android-AdvancedWebView
See how Android stock browser handled downloads
Open
enhancement
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 578
- PR merge metrics
- No merged PRs in 30d
Description
See how the old Android stock browser [handled downloads](https://android.googlesource.com/platform/packages/apps/Browser/+/kitkat-release/src/com/android/browser/DownloadHandler.java) and check what we can re-use to improve the internal download handler.
For example, [URLUtil.guessFileName](http://developer.android.com/reference/android/webkit/URLUtil.html) could be used to determine a proper filename automatically, especially choosing the right extension.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.