fix miss
This commit is contained in:
parent
efaefe4da3
commit
5f3e2c0e94
|
@ -123,7 +123,7 @@ public class TestService extends Service {
|
|||
|
||||
private void createRunningNotificationChannel() {
|
||||
NotificationChannel serviceChannel = new NotificationChannel(
|
||||
CHANNEL_ID,
|
||||
BACKGROUND_CHANNEL_ID,
|
||||
"Foreground Service Channel",
|
||||
NotificationManager.IMPORTANCE_DEFAULT
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user