java.lang.RuntimeException: Unable to start service com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng@bd005b4 with Intent { cmp=com.entitcs.office_attendance/.background_works.ServiceToGetJustLatLng }: java.lang.ClassCastException: com.entitcs.office_attendance.model_classes.MyApplication cannot be cast to android.app.Activity at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4971) at android.app.ActivityThread.access$3300(ActivityThread.java:260) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2486) at android.os.Handler.dispatchMessage(Handler.java:110) at android.os.Looper.loop(Looper.java:219) at android.app.ActivityThread.main(ActivityThread.java:8668) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109) Caused by: java.lang.ClassCastException: com.entitcs.office_attendance.model_classes.MyApplication cannot be cast to android.app.Activity at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.a(Unknown Source:21) at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.d(Unknown Source:25) at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.onStartCommand(Unknown Source:69) at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4951) ... 8 more