[android-developers] Re: How can I send CJK text via SMS on G1

2008-12-16 Thread hex
It's very interesting for me too. :) On 12月9日, 上午2时55分, pusher toytro...@gmail.com wrote: Yes. It's very interesting for me too. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] how to listen callee hangup call event?

2008-10-26 Thread hex
Hi: Now ,I can use PhoneStateListener to listen some incoming call state event. here is the code: public void onCallStateChanged(int state, String incomingNumber) { Log.v(TAG, onCallStateChanged(), Incoming Number: + incomingNumber);