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 );