I\'m starting a service with an intent where I put extra information.
How can I get the intent in the code of my service?
There isn\'t a function like
Override onStart() -- you receive the Intent as a parameter.
onStart()
Intent