Remove unused imports and release log

This commit is contained in:
advplyr
2025-04-24 17:03:14 -05:00
parent d97c6a0872
commit 67f514524f
3 changed files with 0 additions and 6 deletions
@@ -280,7 +280,6 @@ constructor(private val playerNotificationService: PlayerNotificationService) {
mediaPlayer.setVolume(SLEEP_TIMER_CHIME_SOUND_VOLUME, SLEEP_TIMER_CHIME_SOUND_VOLUME)
mediaPlayer.start()
mediaPlayer.setOnCompletionListener {
AbsLogger.info(tag, "playChimeSound: Releasing mediaPlayer after chime sound")
mediaPlayer.release()
}
}
@@ -8,7 +8,6 @@ import android.util.Log
import android.view.KeyEvent
import com.audiobookshelf.app.data.LibraryItemWrapper
import com.audiobookshelf.app.data.PodcastEpisode
import com.audiobookshelf.app.device.DeviceManager
import java.util.*
import kotlin.concurrent.schedule
@@ -2,17 +2,13 @@ package com.audiobookshelf.app.player
import android.annotation.SuppressLint
import android.app.*
import android.bluetooth.BluetoothClass.Device
import android.content.Context
import android.content.Intent
import android.graphics.Bitmap
import android.graphics.Color
import android.graphics.ImageDecoder
import android.hardware.Sensor
import android.hardware.SensorManager
import android.net.*
import android.os.*
import android.provider.MediaStore
import android.provider.Settings
import android.support.v4.media.MediaBrowserCompat
import android.support.v4.media.MediaDescriptionCompat