Hi

if u want to do it using SDK version, U can't do it. But If u have the
Android platform code, u can do it by the following steps.

My Solution,

1. In MMS application, create a new receiver.

2. Receiver should call the AsyncTask class method to send the mms in the
background (Refer:
http://developer.android.com/reference/android/os/AsyncTask.html)

3. Inside the doInBackground method, u have to initialze the required
SlideView data

4. After assigning the required data, now call the
MmsMessageSender.sendMessage()

>From ur application, bundle ur data and send a broadcast to the new receiver
in the MMS application.


I did it and tested this procedure. I can't share the code as per the
company rules :( But I can guide u :)

Regards
Manikandan.D



2010/5/7 一个某某 <[email protected]>

> Hi,do you found this solution
>
> On 4月12日, 下午11时02分, Singelton <[email protected]> wrote:
> > Hi,
> >
> > Is there any options to sendMMS(not calling activity )  - no user
> > action
> >
> > for example a service that run in the background and sendMMSwith the
>  > a random pictures .
> >
> > I found solution to SMS but not toMMS
> >
> > Thanks,
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to