AntennaPod/core
ByteHamster 0b60a8acee Do not show service running notification on onCreate
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to.
That means that onStartCommand is never called. This causes a persistent notification.
Just in case the notification is somehow still shown to users, modified the message to
tell them how to hide it.
2020-05-29 09:32:46 +02:00
..
src Do not show service running notification on onCreate 2020-05-29 09:32:46 +02:00
.gitignore
build.gradle Clean up version locations and order 2020-05-08 16:26:00 -04:00
proguard-rules.pro