diff options
| author | Torne (Richard Coles) <torne@google.com> | 2021-09-08 13:35:32 -0400 |
|---|---|---|
| committer | Torne (Richard Coles) <torne@google.com> | 2021-09-14 14:05:08 -0400 |
| commit | 13c24022d99370cc2daeb69fe8207ac4b280df87 (patch) | |
| tree | 50951626466245f0374ce29003df374d8ddc3777 /core/java/android/webkit/WebChromeClient.java | |
| parent | 0a25520f9b1c57a3251e6cb57a50c71457117ce6 (diff) | |
Remove WebView AppCache APIs.
These are no-ops since WebView 95; remove them from the SDK to make it
clear to apps that they're nonfunctional.
Bug: 199287927
Test: atest CtsWebkitTestCases
Change-Id: I498aff6f8a0c2901504d777f597dbf77f982cd3a
Diffstat (limited to 'core/java/android/webkit/WebChromeClient.java')
| -rw-r--r-- | core/java/android/webkit/WebChromeClient.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/webkit/WebChromeClient.java b/core/java/android/webkit/WebChromeClient.java index 4a6551176198..a07141b260ee 100644 --- a/core/java/android/webkit/WebChromeClient.java +++ b/core/java/android/webkit/WebChromeClient.java @@ -376,6 +376,8 @@ public class WebChromeClient { * must be used to inform the WebView of the new quota. * @deprecated This method is no longer called; WebView now uses the HTML5 / JavaScript Quota * Management API. + * @removed This method is no longer called; WebView now uses the HTML5 / JavaScript Quota + * Management API. */ @Deprecated public void onReachedMaxAppCacheSize(long requiredStorage, long quota, |
