Added last song play in sleep timer
This commit is contained in:
parent
2837147d36
commit
b94e94a636
10 changed files with 217 additions and 119 deletions
|
@ -38,7 +38,7 @@ import java.util.*
|
|||
|
||||
|
||||
object MusicPlayerRemote {
|
||||
val TAG = MusicPlayerRemote::class.java.simpleName
|
||||
val TAG: String = MusicPlayerRemote::class.java.simpleName
|
||||
private val mConnectionMap = WeakHashMap<Context, ServiceBinder>()
|
||||
var musicService: MusicService? = null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue