html_illiterate
Lurker
I am trying to right some code for an application to read the signal strength in decibels and I can't get it right. Any help here's my code - PhoneStateListener phoneStateListener = new PhoneStateListener() { public void onSignalStrengthChanged(int asu) {} };
telephonyManager.listen(phoneStateListener, PhoneStateListener.LISTEN_SIGNAL_STRENGTH
Do you think this might work?
What needs changing
telephonyManager.listen(phoneStateListener, PhoneStateListener.LISTEN_SIGNAL_STRENGTH
Do you think this might work?
What needs changing
