How To Detect Tower Changes In Android?
Just wanted to know whether it's possible to get cell tower changes in Android? I have seen an event called onCellLocationChanged in PhoneStateListener. Can I use this to detect
Solution 1:
This is the correct method. It is always called if you are in a new cell. See the documentation here:
Post a Comment for "How To Detect Tower Changes In Android?"