java.lang.RuntimeException: Unable to resume activity {com.entitcs.office_attendance/com.entitcs.office_attendance.activities.Drawer_Activity}: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.entitcs.office_attendance/.background_works.ServiceToGetJustLatLng }: app is in background uid UidRecord{1a31c68 u0a523 TPSL bg:+56m54s193ms idle procs:0 seq(0,0,0)} at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4935) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:4974) at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:60) at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45) 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:2345) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:233) at android.os.Looper.loop(Looper.java:344) at android.app.ActivityThread.main(ActivityThread.java:8212) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034) Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.entitcs.office_attendance/.background_works.ServiceToGetJustLatLng }: app is in background uid UidRecord{1a31c68 u0a523 TPSL bg:+56m54s193ms idle procs:0 seq(0,0,0)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1870) at android.app.ContextImpl.startService(ContextImpl.java:1820) at android.content.ContextWrapper.startService(ContextWrapper.java:786) at android.content.ContextWrapper.startService(ContextWrapper.java:786) at com.entitcs.office_attendance.activities.Drawer_Activity.F1(Unknown Source:7) at com.entitcs.office_attendance.activities.Drawer_Activity.onResume(Unknown Source:65) at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1491) at android.app.Activity.performResume(Activity.java:8280) at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4925) ... 13 more