diff --git a/app/src/main/java/com/example/childguard/TestService.java b/app/src/main/java/com/example/childguard/TestService.java index 900cf7a..8d1898a 100644 --- a/app/src/main/java/com/example/childguard/TestService.java +++ b/app/src/main/java/com/example/childguard/TestService.java @@ -133,6 +133,9 @@ public class TestService extends Service { notificationManager.createNotificationChannel(channel); } + /** + * バックグラウンドで実行中の通知チャネルを作成 + */ private void createRunningNotificationChannel() { NotificationChannel serviceChannel = new NotificationChannel( BACKGROUND_CHANNEL_ID,