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{93bed6 u0a180 TPSL bg:+51m3s388ms idle procs:1 seq(330,330,330)} at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3454) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3593) at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:5533) at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:5441) at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:69) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:140) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2126) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:264) at android.app.ActivityThread.main(ActivityThread.java:7684) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:507) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980) 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{93bed6 u0a180 TPSL bg:+51m3s388ms idle procs:1 seq(330,330,330)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1733) at android.app.ContextImpl.startService(ContextImpl.java:1673) at android.content.ContextWrapper.startService(ContextWrapper.java:669) at android.content.ContextWrapper.startService(ContextWrapper.java:669) at com.entitcs.office_attendance.activities.Drawer_Activity.onCreate(Unknown Source:323) at android.app.Activity.performCreate(Activity.java:7817) at android.app.Activity.performCreate(Activity.java:7806) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1306) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3424) ... 13 more