java.lang.RuntimeException: Unable to start activity ComponentInfo{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{2b7487e u0a237 CAC bg:+2h56m15s910ms idle procs:1 seq(44,44,44)} at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3311) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3460) at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:5394) at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:5302) at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:69) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ClientTransactionHandler.executeTransaction(ClientTransactionHandler.java:57) at android.app.ActivityThread.handleRelaunchActivityLocally(ActivityThread.java:5353) at android.app.ActivityThread.access$3500(ActivityThread.java:227) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2057) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:224) at android.app.ActivityThread.main(ActivityThread.java:7592) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 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{2b7487e u0a237 CAC bg:+2h56m15s910ms idle procs:1 seq(44,44,44)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1626) at android.app.ContextImpl.startService(ContextImpl.java:1581) at android.content.ContextWrapper.startService(ContextWrapper.java:679) at android.content.ContextWrapper.startService(ContextWrapper.java:679) at com.entitcs.office_attendance.activities.Drawer_Activity.onCreate(Unknown Source:323) at android.app.Activity.performCreate(Activity.java:7893) at android.app.Activity.performCreate(Activity.java:7880) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1307) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3286) ... 16 more