So my question is how do I get the context in an IntentService?
The IntentService
is the Context
, as IntentService
inherits from Context
.
So my question is how do I get the context in an IntentService?
The IntentService
is the Context
, as IntentService
inherits from Context
.