Partners, I am sending values to my Service.class from the following activity:
But in service.class the getIntent does not take me (being a class)
I need to pass PimActivity data to service and then in service send data to a thirdActivity. (At the third activity, I sent it with putextra, that's a solution)