Skip to content

Commit 886f138

Browse files
Steve BlockAndroid (Google) Code Review
authored andcommitted
Merge "Fix build warning due to WebSettings now being abstract" into jb-dev
2 parents f2d75bc + d262866 commit 886f138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/16.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24979,7 +24979,7 @@ package android.webkit {
2497924979
method public void setMimeType(java.lang.String);
2498024980
}
2498124981

24982-
public class WebSettings {
24982+
public abstract class WebSettings {
2498324983
method public boolean enableSmoothTransition();
2498424984
method public boolean getAllowContentAccess();
2498524985
method public boolean getAllowFileAccess();

0 commit comments

Comments
 (0)