Class android.webkit.WebHistoryItem
Changed from non-abstract to abstract.
| Added Constructors | |
|---|---|
WebHistoryItem() |
|
| Changed Methods | ||
|---|---|---|
WebHistoryItem clone() |
Change in return type from Object to WebHistoryItem.Change in exceptions thrown from java.lang.CloneNotSupportedException to no exceptions.Method was inherited from java.lang.Object, but is now defined locally. Changed from non-abstract to abstract.
|
|
Bitmap getFavicon() |
Changed from non-abstract to abstract. | |
String getOriginalUrl() |
Changed from non-abstract to abstract. | |
String getTitle() |
Changed from non-abstract to abstract. | |
String getUrl() |
Changed from non-abstract to abstract. | |
