I'd like to calculate the following number:
CellularServiceChangeRate
Wich indicates how frequently the cellular service the user is connected to changes over a certain period of time.
I'm having some trouble in finding a good Event in the android.telephony
API to listen to which would permit me to determine if:
lastAntenna != currentAntenna.
Do you have any suggestions on how to determine this?