java.lang.RuntimeException: Unable to start service com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng@4cb9e11 with Intent { cmp=com.entitcs.office_attendance/.background_works.ServiceToGetJustLatLng }: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.entitcs.office_attendance/.background_works.MyLocationService }: app is in background uid UidRecord{56ceb1b u0a273 SVC idle change:idle|uncached|procstate procs:0 seq(1622744,1622744)} caps=------ at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5400) at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2692) at android.os.Handler.dispatchMessage(Handler.java:108) at android.os.Looper.loopOnce(Looper.java:226) at android.os.Looper.loop(Looper.java:328) at android.app.ActivityThread.main(ActivityThread.java:9213) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099) Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.entitcs.office_attendance/.background_works.MyLocationService }: app is in background uid UidRecord{56ceb1b u0a273 SVC idle change:idle|uncached|procstate procs:0 seq(1622744,1622744)} caps=------ at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1974) at android.app.ContextImpl.startService(ContextImpl.java:1924) at android.content.ContextWrapper.startService(ContextWrapper.java:825) at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.sendLatLongToServer(ServiceToGetJustLatLng.java:187) at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.startLocationUpdates(ServiceToGetJustLatLng.java:127) at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.onStartCommand(ServiceToGetJustLatLng.java:81) at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5382) ... 9 more