From 2a383a66c59018560ea39777f3b3b7dc17bd6913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EA=B4=80=EC=98=81?= Date: Tue, 3 Jan 2017 14:29:44 +0900 Subject: [PATCH] CB-9148 (android) Add Support for input[type=file] File Chooser --- src/android/InAppBrowser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/InAppBrowser.java b/src/android/InAppBrowser.java index 9357ec4..94c5a68 100644 --- a/src/android/InAppBrowser.java +++ b/src/android/InAppBrowser.java @@ -894,7 +894,7 @@ public class InAppBrowser extends CordovaPlugin { /** * Receive File Data from File Chooser - * + * * @param requestCode the requested code from chromeclient * @param resultCode the result code returned from android system * @param intent the data from android file chooser