[android-beginners] Re: SDK : how can I get result from the dialer ?

2009-12-15 Thread Sean Neilan
Dear Android Beginners Group, I am also wondering if it's possible to get a result from the dialer. It seems that when you press the hangup button, the phone locks. There's an issue about it here: http://code.google.com/p/android/issues/detail?id=3455#c4 I'm using this code

[android-beginners] Re: SDK : how can I get result from the dialer ?

2009-12-15 Thread Sean Neilan
Actually, I think what I meant to ask was: how to I get the dialer to go to a different activity once the user hangs up? I'm now using ACTION_CALL rather than ACTION_DIAL and now the dialer immediately gets started, but, it seems that once the dialer starts, the code continues running as seen by