TestServiceの全体的なリファクタリング #28

Merged
asura146 merged 73 commits from improve/refactor_service into main 2024-07-12 02:17:26 +00:00
Showing only changes of commit 7653efa4e3 - Show all commits

View File

@ -42,6 +42,7 @@ public class TestService extends Service {
this.title = title; this.title = title;
this.description = description; this.description = description;
this.channelId = channelId; this.channelId = channelId;
this.notificationId = notificationId;
} }
public String getTitle() { public String getTitle() {