forked from github/cordova-android
Change to use Commands and CommandManager.
This commit is contained in:
@@ -4,7 +4,7 @@ import java.io.*;
|
||||
|
||||
import android.webkit.WebView;
|
||||
|
||||
public class FileUtils extends Module {
|
||||
public class FileUtils {
|
||||
|
||||
|
||||
WebView mView;
|
||||
@@ -13,7 +13,6 @@ public class FileUtils extends Module {
|
||||
|
||||
public FileUtils(WebView view, DroidGap gap)
|
||||
{
|
||||
super(view, gap);
|
||||
mView = view;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user