GpsStatus.Listener Not Firing On Network Status Changes
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 but
Solution 1:
Create a BroadCastReceiver that receives network updates.
Post a Comment for "GpsStatus.Listener Not Firing On Network Status Changes"