Skip to content

Commit

Permalink
Corrected cordova package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Josic committed Mar 20, 2014
1 parent 7078aa9 commit c020ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/android/FileChooser.java
Expand Up @@ -6,9 +6,9 @@
import android.util.Log;

import org.apache.cordova.CordovaArgs;
import org.apache.cordova.api.CallbackContext;
import org.apache.cordova.api.CordovaPlugin;
import org.apache.cordova.api.PluginResult;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.PluginResult;
import org.json.JSONException;

public class FileChooser extends CordovaPlugin {
Expand Down

0 comments on commit c020ff3

Please sign in to comment.