sinkuri256 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

smsSend does not store the message in the sms application #551

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
HTC Tattoo (Click)

What steps will reproduce the problem?
`droid.smsSend(address, msg)`

What is the expected output? What do you see instead?
I would expect that the sent message appears in the SMS application.

What version of the product are you using? On what operating system?
Android 2.3.3 (CM 7.0.3)

Original issue reported on code.google.com by marc.sch...@gmail.com on 3 Jun 2011 at 11:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I know copying messages to content://sms/sent is not recommended, but I think 
the stock Messaging app is used widely enough that having the option available 
is justified.  Maybe as an optional argument passed to the function?

Or an API function to create/copy messages and move them to folders might be 
useful too.

Original comment by zechyw...@gmail.com on 11 Jul 2011 at 11:24