MusicPlayerDaemon / MPD

Music Player Daemon
https://www.musicpd.org/
GNU General Public License v2.0
2.16k stars 346 forks source link

android: null check intent in onStartCommand #2032

Closed DDRBoxman closed 5 months ago

DDRBoxman commented 5 months ago

For some reason the type annotations here show @NonNull but that is actually false according to the documentation under service.

This may be null if the service is being restarted after its process has gone away, and it had previously returned anything except START_STICKY_COMPATIBILITY.