Hi Siddiqui

U can read the sms from the DB using the following URI

To get the inbox sms: content://sms/inbox
To get the send sms: content://sms/sent

Refer the following java files:

1. Telephony.java : framework/base/core/java/android/provider

After query from the DB, How to process the read the data from the cursor

1. MessagingNotification: packages/apps/Mms/src/com/android/mms/transaction

2. SmsReceiverService: packages/apps/Mms/src/com/android/mms/transaction

Any other queries, reply me back

Regards,
Manikandan.D



On Mon, May 10, 2010 at 3:43 PM, Mohammad Siddiqui
<[email protected]>wrote:

> Hi  everyone
>
> Can we read the android SMS  messages programmatically in android.
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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