Also, don't forget to add in permissions as well.

    <uses-permission android:name="android.permission.WRITE_SMS">
    </uses-permission>
    <uses-permission android:name="android.permission.READ_SMS">
    </uses-permission>




On Jan 4, 4:05 am, VA <[email protected]> wrote:
> One of the applications that I building requires generating a local
> SMS on the phone and injecting it into the message store so that the
> user perceives that he has received a new SMS.
>
> One of the usecases that need this is the capability to transfer a SMS
> message over bluetooth from one phone to another and then show as if
> it was a newly received SMS message.
>
> Any hints on how can I insert a message into message store and trigger
> rest of the mechanism so that the perceives it as a newly received
> message,

-- 
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