damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 803 forks source link

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

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:29

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

Copied from original issue: damonkohler/android-scripting#551

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:29

[deleted comment]
damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:29

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