Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-14 Thread rich friedel
@Mark Murphy Second, since the MESSAGING App did not send the SMS, it should not show up as an outbound message, any more than sending email through a Yahoo Mail account should show up as an outbound message in Gmail. I don't believe that your analogy fits with the SMS/MMS content provider

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-14 Thread Mark Murphy
On Thu, Jul 14, 2011 at 1:28 PM, rich friedel rich.frie...@gmail.com wrote: This is exactly how SMS/MMS works. You have one phone number, all incoming and outgoing messages are normally handled via the stock messaging application. If you install a third-party application all the messages still

[android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-13 Thread Erik
All messaging apps use the Telephony content provider to store messages. So you could insert() a message into the content://sms/ provider. It's not simple, you'll probably need to read through the code of the open source messaging app to figure out how to format the message. -- You received

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-13 Thread Mark Murphy
On Wed, Jul 13, 2011 at 6:44 PM, Erik e...@browne.name wrote: All messaging apps use the Telephony content provider to store messages. And your proof of this is... what, exactly? Please cite the study where somebody has examined each and every messaging app to determine that they all use a

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-13 Thread Erik
On Wednesday, July 13, 2011 3:49:31 PM UTC-7, Mark Murphy (a Commons Guy) wrote: And your proof of this is... what, exactly? Well, the messaging app my company wrote uses the Telephony content provider. Handcent SMS uses it, as does GO SMS. I'm guessing all the SMS backup apps out there

[android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread tony obrien
I agree. Thanks. *but* (you saw that coming right? ;) It seems that for such an overbearing application such as a MESSAGING app that (a) you can't delete and (b) you can even disable (you know the green square boxy looking thing?) it seems that it would have grabbed the outbound intent as well

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread Mark Murphy
On Tue, Jul 12, 2011 at 3:40 PM, tony obrien tobsourcecode...@gmail.com wrote: I agree. Thanks. *but* (you saw that coming right? ;) It seems that for such an overbearing application such as a MESSAGING app that (a) you can't delete and (b) you can even disable (you know the green square