This is a simple question. I am adding Pushbullet support in my app by adding a Service
that extends Pushbullet's MessagingExtension
class.
Now, do I manually need to close the service inside its methods (onMessageReceived()
and onConversationDismissed()
) or does the MessagingExtension
class handle it automatically?