Checkstyle
authorDa Risk <darisk972@gmail.com>
Mon, 31 May 2010 00:26:10 +0200
changeset 751 f166e3b888d0
parent 750 7ca6b25f3624
child 759 5f7bbb0c2731
Checkstyle
src/com/beem/project/beem/ui/Settings.java
--- a/src/com/beem/project/beem/ui/Settings.java	Mon May 31 00:21:41 2010 +0200
+++ b/src/com/beem/project/beem/ui/Settings.java	Mon May 31 00:26:10 2010 +0200
@@ -43,11 +43,8 @@
 */
 package com.beem.project.beem.ui;
 
-import android.content.BroadcastReceiver;
 import android.content.ComponentName;
-import android.content.Context;
 import android.content.Intent;
-import android.content.IntentFilter;
 import android.os.Bundle;
 import android.preference.PreferenceActivity;
 import android.view.Menu;
@@ -55,7 +52,6 @@
 import android.view.MenuItem;
 
 import com.beem.project.beem.R;
-import com.beem.project.beem.utils.BeemBroadcastReceiver;
 
 /**
  * This class represents an activity which allows the user to change his account or proxy parameters.