Alright, So I have an application that receives an intent in a Broadcast Receiver, but what I need to do with it, I cant do without extending Activity, so I launch an activity from that receiver, but how can I get it to do what I want it to do, without starting any UI of any kind? Thanks!
Alright, So I have an application that receives an intent in a Broadcast Receiver,
Share
Use a Service