aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-24 11:06:11 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-24 11:06:11 +0200
commit1daa236fdc00d781b700988c73813c980b270dde (patch)
tree419d592a3d1d8885a0e543894ab5a96bb971bf74
parenta87085c8356c5874bd5ad7673a51d186097db6c6 (diff)
downloadBlueGPS-1daa236fdc00d781b700988c73813c980b270dde.zip
BlueGPS-1daa236fdc00d781b700988c73813c980b270dde.tar.gz
BlueGPS-1daa236fdc00d781b700988c73813c980b270dde.tar.bz2
Code cleanup
-rw-r--r--src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java1
-rw-r--r--src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java
index ac80231..4b51281 100644
--- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java
+++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java
@@ -44,7 +44,6 @@ import android.bluetooth.BluetoothSocket;
import android.content.Context;
import android.location.LocationManager;
import android.location.GpsStatus.NmeaListener;
-import android.os.Bundle;
import android.util.Log;
public class BlueetoothGpsManager {
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
index bc2690c..d3939c5 100644
--- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
+++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
@@ -21,8 +21,6 @@
package org.broeuschmeul.android.gps.bluetooth.provider;
import java.util.Set;
-import java.util.prefs.Preferences;
-import java.util.zip.CheckedInputStream;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
@@ -35,9 +33,7 @@ import android.preference.ListPreference;
import android.preference.Preference;
import android.preference.PreferenceActivity;
import android.preference.PreferenceManager;
-import android.preference.PreferenceScreen;
import android.preference.Preference.OnPreferenceChangeListener;
-import android.test.mock.MockPackageManager;
import android.util.Log;
/**