mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
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