This commit is contained in:
ろむねこ 2024-07-11 16:29:09 +09:00
parent efaefe4da3
commit 5f3e2c0e94
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -123,7 +123,7 @@ public class TestService extends Service {
private void createRunningNotificationChannel() { private void createRunningNotificationChannel() {
NotificationChannel serviceChannel = new NotificationChannel( NotificationChannel serviceChannel = new NotificationChannel(
CHANNEL_ID, BACKGROUND_CHANNEL_ID,
"Foreground Service Channel", "Foreground Service Channel",
NotificationManager.IMPORTANCE_DEFAULT NotificationManager.IMPORTANCE_DEFAULT
); );