GpsStatus.Listener not firing on network status changes

前端 未结 1 1208
刺人心
刺人心 2021-01-24 18:57

I want my RTT app to be able to control when/whether we are receiving location updates, no matter from GPS or network. I can easily control GPS status with a GpsStatus.Listener

相关标签:
1条回答
  • 2021-01-24 19:43

    Create a BroadCastReceiver that receives network updates.

    0 讨论(0)
提交回复
热议问题