android-components / mozilla.components.support.utils / DownloadUtils / guessFileName

guessFileName

@JvmStatic fun guessFileName(contentDisposition: String?, url: String?, mimeType: String?): String (source)

Guess the name of the file that should be downloaded.

This method is largely identical to android.webkit.URLUtil.guessFileName which unfortunately does not implement RfC 5987.