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{24a4be2 u0a331 TPSL bg:+4m20s947ms idle change:procstateprocadj procs:0 seq(14531851,14531636)} at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5107) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5140) at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:225) at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201) at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2504) 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:8378) 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{24a4be2 u0a331 TPSL bg:+4m20s947ms idle change:procstateprocadj procs:0 seq(14531851,14531636)} 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 android.content.ContextWrapper.startService(ContextWrapper.java:817) at com.entitcs.office_attendance.activities.Drawer_Activity.rotateImage(Drawer_Activity.java:3393) at com.entitcs.office_attendance.activities.Drawer_Activity.onResume(Drawer_Activity.java:3355) at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1531) at android.app.Activity.performResume(Activity.java:8688) at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5091) ... 13 more