Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
611b5001be | ||
|
|
923cfd5bc9 |
@@ -11,7 +11,7 @@ android {
|
|||||||
targetSdk 35
|
targetSdk 35
|
||||||
|
|
||||||
versionCode 4
|
versionCode 4
|
||||||
versionName '4.1.2'
|
versionName '4.1.3'
|
||||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ class MediaService : MediaLibraryService(), SessionAvailabilityListener {
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val ACTION_BIND_EQUALIZER = "com.cappielloantonio.tempo.service.BIND_EQUALIZER"
|
const val ACTION_BIND_EQUALIZER = "com.cappielloantonio.tempo.service.BIND_EQUALIZER"
|
||||||
|
const val ACTION_EQUALIZER_UPDATED = "com.cappielloantonio.tempo.service.EQUALIZER_UPDATED"
|
||||||
}
|
}
|
||||||
private val widgetUpdateHandler = Handler(Looper.getMainLooper())
|
private val widgetUpdateHandler = Handler(Looper.getMainLooper())
|
||||||
private var widgetUpdateScheduled = false
|
private var widgetUpdateScheduled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user