Re: [android-developers] MMS on Network

2011-07-14 Thread A N K ! T
Any one..

On Wed, Jul 13, 2011 at 12:24 PM, A N K ! T wrote:

> Thanks Kirubakaran,
>
> I have tried that. i dont want to open dialog of available apps. i Just
> want to send it through Messaging Client.
>
> any clue?
>
>
> On Tue, Jul 12, 2011 at 3:02 PM, kirubakaran S 
> wrote:
>
>> Hi,
>>   Use the same intent. Attach the message content in extras field of
>> Intent. Intent is the best way to
>> send MMS.
>>
>> On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T wrote:
>>
>>> Hi All,
>>>
>>>  I have an issue.  I want to send MMS. if i use Intent then it is
>>> starting application which can send MMS.
>>>
>>> I need to sent it by default. I have gone through the code of MMS native
>>> app there is a Class called MMSMessageSender which is responsible for
>>> sending mms(I think). but dont know how to use that class or which code
>>> should i use to do the task.
>>>
>>> --
>>> Thanks & Regards,
>>> Ankit Awasthi
>>>
>>>  --
>>> 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 email to
>>> android-developers+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>
>>
>>
>>
>> --
>> cheers
>> Kirubakaran.S
>> http://kirubakaran-blessedblogger.blogspot.com/
>>
>>
>>  --
>> 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 email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
>
>
>


-- 
Thanks & Regards,
Ankit Awasthi

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] MMS on Network

2011-07-12 Thread A N K ! T
Thanks Kirubakaran,

I have tried that. i dont want to open dialog of available apps. i Just want
to send it through Messaging Client.

any clue?

On Tue, Jul 12, 2011 at 3:02 PM, kirubakaran S wrote:

> Hi,
>   Use the same intent. Attach the message content in extras field of
> Intent. Intent is the best way to
> send MMS.
>
> On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T wrote:
>
>> Hi All,
>>
>>  I have an issue.  I want to send MMS. if i use Intent then it is starting
>> application which can send MMS.
>>
>> I need to sent it by default. I have gone through the code of MMS native
>> app there is a Class called MMSMessageSender which is responsible for
>> sending mms(I think). but dont know how to use that class or which code
>> should i use to do the task.
>>
>> --
>> Thanks & Regards,
>> Ankit Awasthi
>>
>>  --
>> 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 email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
>
> --
> cheers
> Kirubakaran.S
> http://kirubakaran-blessedblogger.blogspot.com/
>
>
>  --
> 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 email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] MMS on Network

2011-07-12 Thread kirubakaran S
Hi,
  Use the same intent. Attach the message content in extras field of Intent.
Intent is the best way to
send MMS.

On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T wrote:

> Hi All,
>
>  I have an issue.  I want to send MMS. if i use Intent then it is starting
> application which can send MMS.
>
> I need to sent it by default. I have gone through the code of MMS native
> app there is a Class called MMSMessageSender which is responsible for
> sending mms(I think). but dont know how to use that class or which code
> should i use to do the task.
>
> --
> Thanks & Regards,
> Ankit Awasthi
>
>  --
> 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 email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
cheers
Kirubakaran.S
http://kirubakaran-blessedblogger.blogspot.com/

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] MMS on Network

2011-07-12 Thread A N K ! T
Hi All,

 I have an issue.  I want to send MMS. if i use Intent then it is starting
application which can send MMS.

I need to sent it by default. I have gone through the code of MMS native app
there is a Class called MMSMessageSender which is responsible for sending
mms(I think). but dont know how to use that class or which code should i use
to do the task.

-- 
Thanks & Regards,
Ankit Awasthi

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en