diff options
author | Mikhail Naganov <mnaganov@google.com> | 2013-09-06 16:35:25 -0700 |
---|---|---|
committer | Mikhail Naganov <mnaganov@google.com> | 2013-09-11 12:39:35 -0700 |
commit | 057989eddc709883794b6a3c311c43aba11084ee (patch) | |
tree | b4e83d0722bbfeab8506a8d0ac194719f1ee4a76 /api/current.txt | |
parent | e91a3f5229405b39a3ba59aa0a3e44527eef063e (diff) | |
download | frameworks_base-057989eddc709883794b6a3c311c43aba11084ee.zip frameworks_base-057989eddc709883794b6a3c311c43aba11084ee.tar.gz frameworks_base-057989eddc709883794b6a3c311c43aba11084ee.tar.bz2 |
WebView: add an API method to control web contents debugging
This adds static (as this is for the whole process) method
for controlling the web debugging state.
Please note that the implementation only makes sense for
Chromium WebView, and it's a no-op in WebViewClassic.
BUG=8691809
Change-Id: I815b4d69ad9ee814ca4cec1da81490b63ba2da68
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 97e4c02..cc98594 100644 --- a/api/current.txt +++ b/api/current.txt @@ -30228,6 +30228,7 @@ package android.webkit { method public deprecated void setPictureListener(android.webkit.WebView.PictureListener); method public void setVerticalScrollbarOverlay(boolean); method public void setWebChromeClient(android.webkit.WebChromeClient); + method public static void setWebContentsDebuggingEnabled(boolean); method public void setWebViewClient(android.webkit.WebViewClient); method public deprecated boolean showFindDialog(java.lang.String, boolean); method public void stopLoading(); |