Nobody/Anonymous
-
2010-09-23
The connected Operator is never updated:
Please correct:
telephonyManager.listen(phoneStateListener,
PhoneStateListener.LISTEN_SIGNAL_STRENGTHS);
telephonyManager.listen(phoneStateListener,
PhoneStateListener.LISTEN_SERVICE_STATE);
to
telephonyManager.listen(phoneStateListener,
PhoneStateListener.LISTEN_SIGNAL_STRENGTHS|PhoneStateListener.LISTEN_SERVICE_STATE);
I am terribly sorry, having posted the GSMSniffer with that bug in.