问题
I want to read SMS messages from Inbox,Draft,and sent from my blackberry device programmatically.
Would any one will help me.
回答1:
There is only way to access SMS messages, implement MessageListener and intercept messages when they are sending/receiving. There is no API to access SMS messages already saved in device memory (i.e already received).
回答2:
See the BlackBerry Developers Knowledge Base article:
What is - Different ways to listen for SMS messages
来源:https://stackoverflow.com/questions/7551210/how-can-i-read-sms-messages-from-the-inbox-programmatically-in-blackberry