Remove timestamp from notification
This commit is contained in:
parent
2dc6147255
commit
565df9c860
1 changed files with 1 additions and 0 deletions
|
|
@ -1150,6 +1150,7 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
|||
.setContentTitle(song.title)
|
||||
.setContentText(text)
|
||||
.setOngoing(isPlaying)
|
||||
.setShowWhen(false)
|
||||
.addAction(previousAction)
|
||||
.addAction(playPauseAction)
|
||||
.addAction(nextAction);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue