AdvancedAndroid_MyGarden icon indicating copy to clipboard operation
AdvancedAndroid_MyGarden copied to clipboard

IllegalStateException: not allowed to start service intent ... app is in background

Open VaibhavAWD opened this issue 6 years ago • 1 comments

  • 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?

VaibhavAWD avatar May 25 '19 16:05 VaibhavAWD