mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 00:03:07 +00:00
Code cleanup
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
package com.cappielloantonio.play.ui.notification;
|
package com.cappielloantonio.play.ui.notification;
|
||||||
|
|
||||||
|
import static android.content.Context.NOTIFICATION_SERVICE;
|
||||||
|
import static com.cappielloantonio.play.service.MusicService.ACTION_REWIND;
|
||||||
|
import static com.cappielloantonio.play.service.MusicService.ACTION_SKIP;
|
||||||
|
import static com.cappielloantonio.play.service.MusicService.ACTION_TOGGLE;
|
||||||
|
|
||||||
import android.app.Notification;
|
import android.app.Notification;
|
||||||
import android.app.NotificationChannel;
|
import android.app.NotificationChannel;
|
||||||
import android.app.NotificationManager;
|
import android.app.NotificationManager;
|
||||||
@@ -23,11 +28,6 @@ import com.cappielloantonio.play.model.Song;
|
|||||||
import com.cappielloantonio.play.service.MusicService;
|
import com.cappielloantonio.play.service.MusicService;
|
||||||
import com.cappielloantonio.play.ui.activity.MainActivity;
|
import com.cappielloantonio.play.ui.activity.MainActivity;
|
||||||
|
|
||||||
import static android.content.Context.NOTIFICATION_SERVICE;
|
|
||||||
import static com.cappielloantonio.play.service.MusicService.ACTION_REWIND;
|
|
||||||
import static com.cappielloantonio.play.service.MusicService.ACTION_SKIP;
|
|
||||||
import static com.cappielloantonio.play.service.MusicService.ACTION_TOGGLE;
|
|
||||||
|
|
||||||
public class PlayingNotification {
|
public class PlayingNotification {
|
||||||
|
|
||||||
private static final int NOTIFICATION_ID = 1;
|
private static final int NOTIFICATION_ID = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user