java.lang.RuntimeException: Unable to start activity ComponentInfo{com.entitcs.office_attendance/com.entitcs.office_attendance.CRM.CRM_Retailer_List}: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.entitcs.office_attendance/.background_works.ServiceToGetJustLatLng }: app is in background uid UidRecord{70231e u0a443 TPSL idle change:procadj procs:0 seq(8602429,8601201)} at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3965) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4110) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2525) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:223) at android.os.Looper.loop(Looper.java:324) at android.app.ActivityThread.main(ActivityThread.java:8464) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1059) 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{70231e u0a443 TPSL idle change:procadj procs:0 seq(8602429,8601201)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1935) at android.app.ContextImpl.startService(ContextImpl.java:1886) at android.content.ContextWrapper.startService(ContextWrapper.java:817) at com.entitcs.office_attendance.CRM.CRM_Retailer_List.onCreate(Unknown Source:718) at android.app.Activity.performCreate(Activity.java:8663) at android.app.Activity.performCreate(Activity.java:8632) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3946) ... 12 more