mpd/android/app
Colin Edwards a0e9dfbec2 android: null check intent in onStartCommand
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.
2024-04-23 00:24:32 -05:00
..
src/main android: null check intent in onStartCommand 2024-04-23 00:24:32 -05:00
.gitignore android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
build.gradle.kts android: Refactor settings UI into screens and add a bottom bar. 2024-01-18 01:23:31 -06:00