java.lang.RuntimeException: Unable to start service com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng@fb48ab5 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:4466) at android.app.ActivityThread.access$2100(ActivityThread.java:250) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2046) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:236) at android.app.ActivityThread.main(ActivityThread.java:7912) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:620) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1011) 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.checkPlayServices(ServiceToGetJustLatLng.java:214) at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.startLocationUpdates(ServiceToGetJustLatLng.java:125) at com.entitcs.office_attendance.background_works.ServiceToGetJustLatLng.onStartCommand(ServiceToGetJustLatLng.java:81) at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4443) ... 8 more