diff --git a/app/src/main/java/mgks/os/webview/SmartWebView.java b/app/src/main/java/mgks/os/webview/SmartWebView.java index b799df0..bd36bde 100644 --- a/app/src/main/java/mgks/os/webview/SmartWebView.java +++ b/app/src/main/java/mgks/os/webview/SmartWebView.java @@ -14,7 +14,7 @@ class SmartWebView { static boolean ASWP_JSCRIPT = true; //enable JavaScript for webview static boolean ASWP_FUPLOAD = true; //upload file from webview static boolean ASWP_CAMUPLOAD = true; //enable upload from camera for photos - static boolean ASWP_ONLYCAM = false; //incase you want only camera files to upload + static boolean ASWP_ONLYCAM = false; //incase you want only camera files to upload static boolean ASWP_MULFILE = false; //upload multiple files in webview static boolean ASWP_LOCATION = true; //track GPS locations static boolean ASWP_RATINGS = true; //show ratings dialog; auto configured, edit method get_rating() for customizations