Bug 1057787 - Code Cleanup FilePicker.java. r=margeret

This commit is contained in:
Amogh Pradeep 2014-08-24 06:07:19 +05:30
parent 5632cfb131
commit 8d159fb2c8

View File

@ -5,13 +5,11 @@
package org.mozilla.gecko;
import org.mozilla.gecko.GeckoAppShell;
import org.mozilla.gecko.util.ThreadUtils;
import org.mozilla.gecko.util.GeckoEventListener;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
@ -26,9 +24,7 @@ import android.util.Log;
import java.io.File;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
public class FilePicker implements GeckoEventListener {