Is it possible to pass my application context to my service running in android 2.3?
I am trying to make WalkieTalkieActivity application as a service. But this application requires an application context, so is it possible to pass my application/activity context to this walkieTalkie service?
About WalkieTalkieActivity:
a activity that login to SIP provider and registers the device to receive incoming SIP, handles incoming calls and makes outgoing calls, managing UI during the call.
Your Service is already a Context: why do you need to pass anything to it?