- Min SDK = 16
- Target SDK = 28
Whenever the methods of PlantWateringService class i.e startActionWaterPlant() and startActionUpdatePlantWidgets() gets triggered, the app crashes and the log points to the line context.startService(intent)
How to resolve this issue?
Whenever the methods of
PlantWateringServiceclass i.estartActionWaterPlant()andstartActionUpdatePlantWidgets()gets triggered, the app crashes and the log points to the linecontext.startService(intent)How to resolve this issue?