summaryrefslogtreecommitdiffstats
path: root/api/16.txt
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-04-27 00:31:54 +0100
committerSteve Block <steveblock@google.com>2012-04-27 12:08:43 +0100
commitd26286684b8b101c5377e15a44c829049eddb2b4 (patch)
treef90647571d0d7f02300218f954b434a76c8e7bb1 /api/16.txt
parent16fb5d444cea1c978257807910b96d4e47b78dce (diff)
downloadframeworks_base-d26286684b8b101c5377e15a44c829049eddb2b4.zip
frameworks_base-d26286684b8b101c5377e15a44c829049eddb2b4.tar.gz
frameworks_base-d26286684b8b101c5377e15a44c829049eddb2b4.tar.bz2
Fix build warning due to WebSettings now being abstract
WebSettings was made abstract in https://android-git.corp.google.com/g/#/c/177360 current.txt was updated, but this causes a build warning because 16.txt was not updated to match. Change-Id: I4e00297361048509fab236f292c07d8a0df28f28
Diffstat (limited to 'api/16.txt')
-rw-r--r--api/16.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/16.txt b/api/16.txt
index a04faf0..1fc3b54 100644
--- a/api/16.txt
+++ b/api/16.txt
@@ -24979,7 +24979,7 @@ package android.webkit {
method public void setMimeType(java.lang.String);
}
- public class WebSettings {
+ public abstract class WebSettings {
method public boolean enableSmoothTransition();
method public boolean getAllowContentAccess();
method public boolean getAllowFileAccess();