summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebChromeClient.java
diff options
context:
space:
mode:
authorSelim Gurun <sgurun@google.com>2014-06-16 11:33:43 -0700
committerSelim Gurun <sgurun@google.com>2014-06-16 11:52:05 -0700
commit1b6e10bccae4fd1a2457fed5d12663ba3a37fc79 (patch)
tree4c3133916d10c748e369aa899f5e33a536a04f8d /core/java/android/webkit/WebChromeClient.java
parentf31c1da4ad78d9a8282ffe7888d96af8a944fb90 (diff)
Unhide the file API
Bug: 6930981 Change-Id: I4818d5dff3cb05b38e4d8f9f817e4fcdeade7f00
Diffstat (limited to 'core/java/android/webkit/WebChromeClient.java')
-rw-r--r--core/java/android/webkit/WebChromeClient.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/java/android/webkit/WebChromeClient.java b/core/java/android/webkit/WebChromeClient.java
index ec396aa1f375..470d4134c0b7 100644
--- a/core/java/android/webkit/WebChromeClient.java
+++ b/core/java/android/webkit/WebChromeClient.java
@@ -408,7 +408,6 @@ public class WebChromeClient {
* @return true if filePathCallback will be invoked, false to use default handling.
*
* @see FileChooserParams
- * @hide For API approval
*/
public boolean showFileChooser(WebView webView, ValueCallback<Uri[]> filePathCallback,
FileChooserParams fileChooserParams) {
@@ -416,11 +415,8 @@ public class WebChromeClient {
}
/**
- * Parameters used in the {@link #showFileChooser(WebView,ValueCallback<String[]>,FileChooserParams)}
- * method.
- *
+ * Parameters used in the {@link #showFileChooser} method.
* This is intended to be used as a read-only data struct by the application.
- * @hide For API approval
*/
public static class FileChooserParams {
// Flags for mode