Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 8492117

Browse files
committed
clean up imports
1 parent a544c73 commit 8492117

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

topl-service/src/main/java/io/matthewnelson/topl_service/service/components/binding/BaseServiceBinder.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@
6666
* */
6767
package io.matthewnelson.topl_service.service.components.binding
6868

69-
import android.app.Activity
70-
import android.app.Application
7169
import android.os.Binder
72-
import android.os.Bundle
7370
import io.matthewnelson.topl_core.broadcaster.BroadcastLogger
7471
import io.matthewnelson.topl_service.service.BaseService
7572
import io.matthewnelson.topl_service.lifecycle.BackgroundManager
@@ -78,9 +75,7 @@ import io.matthewnelson.topl_service.service.components.actions.ServiceActions.S
7875
import io.matthewnelson.topl_service.util.ServiceConsts.BackgroundPolicy
7976
import kotlinx.coroutines.Job
8077
import kotlinx.coroutines.delay
81-
import kotlinx.coroutines.isActive
8278
import kotlinx.coroutines.launch
83-
import net.freehaven.tor.control.TorControlCommands
8479

8580

8681
internal abstract class BaseServiceBinder(private val torService: BaseService): Binder() {

topl-service/src/main/java/io/matthewnelson/topl_service/util/ServiceConsts.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ package io.matthewnelson.topl_service.util
6969
import androidx.annotation.IntDef
7070
import androidx.annotation.StringDef
7171
import io.matthewnelson.topl_core_base.BaseConsts
72-
import io.matthewnelson.topl_service.service.components.actions.ServiceActions
7372

7473
abstract class ServiceConsts: BaseConsts() {
7574

0 commit comments

Comments
 (0)