Use Nullable annotations from Android package

This commit is contained in:
Herbert Reiter
2025-08-30 15:30:18 +02:00
parent 009c1e5131
commit d48f50c15a
9 changed files with 64 additions and 67 deletions
@@ -21,7 +21,7 @@ import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import org.jetbrains.annotations.Nullable;
import androidx.annotation.Nullable;
public class CalendarSyncAdapterService extends Service {