I have a class CallStateListener extends PhoneStateListener
then i overwrite onCallStateChanged(int state, String incomingNumber)
which i have some logging statements but for some reason when i call
the emulator from telnet. the logging statement doesn't show up any
idea ?
here is my code:
public class CallStateListener extends PhoneStateListener
{
public void onCallStateChanged(int state, String incomingNumber)
{
Log.d("DEBUG", "heeeeeeeeeeeeeeeeeeeello there");
if(state == TelephonyManager.CALL_STATE_OFFHOOK)
Log.d("DEBUG", "wellllllllllllllllllllllll here we are
");
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---