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{663318d u0a173 TPSL bg:+1m6s598ms idle change:idle procs:2 seq(0,0,0)} at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4206) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:4238) 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:2017) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7403) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935) 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{663318d u0a173 TPSL bg:+1m6s598ms idle change:idle procs:2 seq(0,0,0)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1616) at android.app.ContextImpl.startService(ContextImpl.java:1571) at android.content.ContextWrapper.startService(ContextWrapper.java:669) at android.content.ContextWrapper.startService(ContextWrapper.java:669) at com.entitcs.office_attendance.activities.Drawer_Activity.C1(Unknown Source:7) at com.entitcs.office_attendance.activities.Drawer_Activity.onResume(Unknown Source:65) at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1454) at android.app.Activity.performResume(Activity.java:7946) at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4196) ... 11 more