diff options
author | schwabe <devnull@localhost> | 2012-04-23 00:15:59 +0200 |
---|---|---|
committer | schwabe <devnull@localhost> | 2012-04-23 00:15:59 +0200 |
commit | 817812066576fb1e2fd627927ad5cfc7bf7c79d5 (patch) | |
tree | 3af4041e143ca2a60b051d938685a409cf22ebf9 /src/de/blinkt/openvpn/VPNProfileList.java | |
parent | 58e2574f6a27930679f976278ad9c3dbc8d4ef2a (diff) |
organze Imports
Diffstat (limited to 'src/de/blinkt/openvpn/VPNProfileList.java')
-rw-r--r-- | src/de/blinkt/openvpn/VPNProfileList.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/de/blinkt/openvpn/VPNProfileList.java b/src/de/blinkt/openvpn/VPNProfileList.java index 74c857d..59e231c 100644 --- a/src/de/blinkt/openvpn/VPNProfileList.java +++ b/src/de/blinkt/openvpn/VPNProfileList.java @@ -1,6 +1,5 @@ package de.blinkt.openvpn; -import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.ObjectInputStream; @@ -10,11 +9,8 @@ import java.util.HashMap; import java.util.HashSet; import java.util.Set; -import de.blinkt.openvpn.VPNConfigPreference.OnQuickSettingsClickListener; - import android.app.Activity; import android.app.AlertDialog; -import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; @@ -22,7 +18,6 @@ import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import android.os.Bundle; import android.os.Parcelable; -import android.preference.DialogPreference; import android.preference.Preference; import android.preference.Preference.OnPreferenceClickListener; import android.preference.PreferenceFragment; @@ -32,6 +27,7 @@ import android.view.MenuInflater; import android.view.MenuItem; import android.widget.EditText; import android.widget.Toast; +import de.blinkt.openvpn.VPNConfigPreference.OnQuickSettingsClickListener; public class VPNProfileList extends PreferenceFragment implements OnPreferenceClickListener, OnQuickSettingsClickListener { private static final String PREFS_NAME = "VPNList"; |