From 34dcf703cad98d7571784b9d57f4aff89b42cf0d Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 11 Dec 2018 08:41:43 +0100 Subject: remove unused imports --- app/src/main/java/se/leap/bitmaskclient/BitmaskApp.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/src/main/java/se/leap/bitmaskclient/BitmaskApp.java') diff --git a/app/src/main/java/se/leap/bitmaskclient/BitmaskApp.java b/app/src/main/java/se/leap/bitmaskclient/BitmaskApp.java index ce48e4c6..6484d0ee 100644 --- a/app/src/main/java/se/leap/bitmaskclient/BitmaskApp.java +++ b/app/src/main/java/se/leap/bitmaskclient/BitmaskApp.java @@ -1,19 +1,12 @@ package se.leap.bitmaskclient; import android.content.Context; -import android.content.IntentFilter; import android.content.SharedPreferences; import android.support.multidex.MultiDexApplication; -import android.support.v4.content.LocalBroadcastManager; -import android.util.Log; import com.squareup.leakcanary.LeakCanary; import com.squareup.leakcanary.RefWatcher; -import static android.content.Intent.CATEGORY_DEFAULT; -import static se.leap.bitmaskclient.Constants.BROADCAST_EIP_EVENT; -import static se.leap.bitmaskclient.Constants.BROADCAST_GATEWAY_SETUP_OBSERVER_EVENT; -import static se.leap.bitmaskclient.Constants.BROADCAST_PROVIDER_API_EVENT; import static se.leap.bitmaskclient.Constants.SHARED_PREFERENCES; import static se.leap.bitmaskclient.utils.PreferenceHelper.getSavedProviderFromSharedPreferences; -- cgit v1.2.3