Class android.webkit.URLUtil
Change from non-final to final.
Removed Methods
|
boolean isSecureUrl(String )
|
@return True iff the url is a "secure" url. |
Added Methods
|
String guessFileName(String, String, String)
|
Guesses canonical filename that a download would have, using
the URL and contentDisposition. |
boolean isContentUrl(String )
|
@return True iff the url is a content: url. |
boolean isCookielessProxyUrl(String )
|
@return True iff the url is an proxy url to allow cookieless network
requests from a file url. |
Changed Methods
|
byte[] decode(byte[] )
|
Change in exceptions thrown from no exceptions to java.lang.IllegalArgumentException .
|
|