How can I send result data from Broadcast Receiver to Activity

后端 未结 4 707
刺人心
刺人心 2020-12-06 02:26

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

4条回答
  •  旧巷少年郎
    2020-12-06 03:04

    Just need to implement the broadcast receiver in the activity. register the receiver with activity's context.

提交回复
热议问题