mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Use the default low_latency mode for wearOS too, we want to get as many BLEScanRecords as possible in a short time frame and then sleep again.
This commit is contained in:
@@ -6,7 +6,6 @@ import androidx.work.*
|
||||
import com.getkeepsafe.relinker.ReLinker
|
||||
import dagger.hilt.android.HiltAndroidApp
|
||||
import eu.darken.capod.common.BuildConfigWrap
|
||||
import eu.darken.capod.common.bluetooth.ScannerMode
|
||||
import eu.darken.capod.common.coroutine.AppScope
|
||||
import eu.darken.capod.common.debug.autoreport.AutoReporting
|
||||
import eu.darken.capod.common.debug.logging.*
|
||||
@@ -34,10 +33,6 @@ open class App : Application(), Configuration.Provider {
|
||||
.log { message -> log(TAG) { "ReLinker: $message" } }
|
||||
.loadLibrary(this, "bugsnag-plugin-android-anr")
|
||||
|
||||
generalSettings.apply {
|
||||
scannerMode.value = ScannerMode.BALANCED
|
||||
}
|
||||
|
||||
autoReporting.setup()
|
||||
|
||||
setupWorker()
|
||||
|
||||
Reference in New Issue
Block a user