Skip to content

Commit

Permalink
removed extra imports
Browse files Browse the repository at this point in the history
  • Loading branch information
grandecomplex committed Jan 7, 2011
1 parent ad210d3 commit a5f97b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Android/ContactView/ContactView.java
@@ -1,17 +1,12 @@
package com.rearden; package com.rearden;


import org.json.JSONArray; import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;


import android.app.Activity; import android.app.Activity;
import android.content.ActivityNotFoundException;
import android.content.Intent; import android.content.Intent;
import android.database.Cursor; import android.database.Cursor;
import android.net.Uri; import android.net.Uri;
import android.provider.ContactsContract; import android.provider.ContactsContract;
import android.util.Log;

import com.phonegap.api.Plugin; import com.phonegap.api.Plugin;
import com.phonegap.api.PluginResult; import com.phonegap.api.PluginResult;


Expand Down

0 comments on commit a5f97b6

Please sign in to comment.