I have an Activity that calls a Broadcast Receiver. The Broadcast Receiver waits and listens to GPS. When the listener gets the new point I want to send that new point to Ac
Just need to implement the broadcast receiver in the activity. register the receiver with activity's context.