Hi All,

1. I'd like to know more about Android SMS. Let me know some related
article links.

2. all sending and receiving sms is stored in where?
Is it stored under content?
Java:
public static final Uri SMS_INBOX = Uri.parse("content://sms/");

3. Is Messaging chatting style simply created by xml file under /res/
layout? Please kindly share me a sample code or online article link.

4. I'd like to intercept any sms receiving and allow to read these sms
privately based on private contact list. So I have to create or store
any receiving sms from these private contact list in SQLite database
and then delete it from content. Is my idea correct?

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