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 131fdf7d87 - Show all commits

View File

@ -85,7 +85,7 @@ public class TestService extends Service {
/**
* 通知が許可がされているかどうかを確認
* @return 通知の許可の有無 true: 許可されてい false: 許可されていない
* @return 通知の許可の有無 true: 許可されていない false: 許可されている
*/
private boolean isNotNotificationEnabled() {
NotificationManagerCompat notificationManagerCompat = NotificationManagerCompat.from(this);