7
votes

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 cell tower changes ?

2

2 Answers

5
votes

This is not true. onCellLocationChanges from PhoneStateListener is ONLY called when the phone is NOT sleeping. You have to wake up the phone (force a wakelock) - to get cell info.