From 5f3e2c0e940debb426d9a5e299100c0738e4ffd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 11 Jul 2024 16:29:09 +0900 Subject: [PATCH] fix miss --- app/src/main/java/com/example/childguard/TestService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/example/childguard/TestService.java b/app/src/main/java/com/example/childguard/TestService.java index fc5eec6..af18d72 100644 --- a/app/src/main/java/com/example/childguard/TestService.java +++ b/app/src/main/java/com/example/childguard/TestService.java @@ -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 );