https://bugzilla.novell.com/show_bug.cgi?id=658421

https://bugzilla.novell.com/show_bug.cgi?id=658421#c0


           Summary: Port Directed SMS message problem
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Runtime
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


Created an attachment (id=404082)
 --> (http://bugzilla.novell.com/attachment.cgi?id=404082)
sample project

Description of Problem:

I am trying to send an SMS message via the call below.  The call crashes the
app immediately though.


Button button = FindViewById<Button>(Resource.id.myButton);

button.Click += delegate 
{ 
    button.Text = string.Format("{0} clicks!", count++);
    SmsManager sm = SmsManager.Default;
    sm.SendTextMessage("8186186154", null, "Hello world", null, null);
};



Actual Results:

App crashes

Expected Results:

Text message sent

How often does this happen? 

Every time

Additional Information:

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to