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 04ea92e8ae - Show all commits

View File

@ -229,7 +229,6 @@ public class TestService extends Service {
* @param content NotificationContent 通知内容
*/
private void sendNotification(Context context, NotificationContent content) {//通知を行うメソッド
// 権限の保有を確認
if (isNotNotificationEnabled()) return;