JavaDoc修正

This commit is contained in:
ろむねこ 2024-07-11 15:05:56 +09:00
parent e53fdb04b9
commit 131fdf7d87
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

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