[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Mingli Wang
may somebody send me one, I really love it --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this g

[android-developers] Re: Restore last viewed Activity

2009-09-20 Thread Mingli Wang
I think you could save some variable in file , and read it in your application's onCreate and start the specific activity --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: Handling phone ringing

2009-08-18 Thread Mingli Wang
I think it is possible to do so, just a little inconvenient. There is a full set of APIs in the ITelephony you can use. I did it before, it worked fine 2009/8/19 Dianne Hackborn > Sorry, it is not possible to fully implement the current in-call screen > features, because a number of things requi

[android-developers] Re: Auto Answer

2009-08-18 Thread Mingli Wang
There is some sort of acceptCall method in ITelephony, it works fine 2009/8/17 swapnil > > Hi All, > > I want to develope a application which will answer the incoming call > after specific time is elapsed. > > Can anyone help me in generating the (green key)KEYCODE_CALL event > programatically.

[android-developers] Re: how to get notified(or Listen) for the changes in SD card

2009-08-14 Thread Mingli Wang
try FileObserver, it may help u --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Accessing java SIM card information from android

2009-05-28 Thread Mingli Wang
you can get some simple messages of the sim by TelephonyManager, but if you want to get more , i think you have to use the "at" command 2009/5/27 aayush > > Hello, > My query is regarding access to USIM card information from an android > application. My requirement is to read certain pre popula