some code reformatting
This commit is contained in:
		| @@ -4,7 +4,6 @@ import android.app.ActionBar; | ||||
| import android.app.Activity; | ||||
| import android.app.AlertDialog; | ||||
| import android.app.DownloadManager; | ||||
| import android.app.ProgressDialog; | ||||
| import android.app.SearchManager; | ||||
| import android.content.BroadcastReceiver; | ||||
| import android.content.Context; | ||||
| @@ -19,7 +18,6 @@ import android.location.LocationListener; | ||||
| import android.location.LocationManager; | ||||
| import android.net.Uri; | ||||
| import android.os.Bundle; | ||||
| import android.os.Environment; | ||||
| import android.os.Handler; | ||||
| import android.preference.PreferenceManager; | ||||
| import android.util.Log; | ||||
| @@ -59,7 +57,7 @@ public class IITC_Mobile extends Activity implements OnSharedPreferenceChangeLis | ||||
|     private IITC_NavigationHelper mNavigationHelper; | ||||
|     private IITC_MapSettings mMapSettings; | ||||
|  | ||||
|     private BroadcastReceiver mBroadcastReceiver = new BroadcastReceiver() { | ||||
|     private final BroadcastReceiver mBroadcastReceiver = new BroadcastReceiver() { | ||||
|         @Override | ||||
|         public void onReceive(Context context, Intent intent) { | ||||
|             ((IITC_Mobile) context).installIitcUpdate(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user