java.lang.RuntimeException: Unable to resume activity {com.entitcs.office_attendance/com.entitcs.office_attendance.activities.Drawer_Activity}: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.entitcs.office_attendance/.background_works.ServiceToGetJustLatLng }: app is in background uid UidRecord{d238f0e u150a2072 TPSL bg:+6m1s382ms idle procs:1 seq(901,901,901)} at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4538) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:4570) at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:52) at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2216) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:237) at android.app.ActivityThread.main(ActivityThread.java:7948) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075) Caused by: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.entitcs.office_attendance/.background_works.ServiceToGetJustLatLng }: app is in background uid UidRecord{d238f0e u150a2072 TPSL bg:+6m1s382ms idle procs:1 seq(901,901,901)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1687) at android.app.ContextImpl.startService(ContextImpl.java:1632) at android.content.ContextWrapper.startService(ContextWrapper.java:683) at android.content.ContextWrapper.startService(ContextWrapper.java:683) at com.entitcs.office_attendance.activities.Drawer_Activity.rotateImage(Drawer_Activity.java:3393) at com.entitcs.office_attendance.activities.Drawer_Activity.onResume(Drawer_Activity.java:3355) at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1454) at android.app.Activity.performResume(Activity.java:8103) at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4528) ... 11 more