How to fix: android.app.RemoteServiceException without any message (not related to Bad Notification or Broadcast)

if you have started service using startforgroundservice()

then you have to call startforground() in service oncreate by following the google instructions for oreo.

Leave a Comment