[android-developers] sending MMS programming

2010-04-12 Thread Singelton
Hi, Is there any options to send MMS(not calling activity ) - no user action for example a service that run in the background and send MMS with the a random pictures . I found solution to SMS but not to MMS Thanks, -- You received this message because you are subscribed to the Google

[android-developers] JSR - Does Android have a list of JSR's ?

2009-09-06 Thread Singelton
Hi, JSR - Does Android have a list of JSR's ? Thanks --~--~-~--~~~---~--~~ 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

[android-developers] how to avoid getting Menu command to my application after the screen have been locked

2009-08-25 Thread Singelton
Hi, I am writing my first application in Android and when the screen is locked I pressing menu to unlocked and I am getting event to my view ( onKeyDown ) and it open the menu of the screen . how can I avoid getting this event to my application ? Thanks Singel ton .