diff options
| author | Steve Block <steveblock@google.com> | 2012-04-27 00:31:54 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-04-27 12:08:43 +0100 |
| commit | d26286684b8b101c5377e15a44c829049eddb2b4 (patch) | |
| tree | f90647571d0d7f02300218f954b434a76c8e7bb1 | |
| parent | 16fb5d444cea1c978257807910b96d4e47b78dce (diff) | |
| download | frameworks_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
| -rw-r--r-- | api/16.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
