In my app I didn't need to make the distinction between sent and
received SMS messages. I suggest you to investigate the cursor object
inside the debugger to understand how to make this distinction.
-
Ali Chousein
http://www.codeproject.com/KB/androi
So this cursor would point to a collection of sms messages? What do i need
to extract the sender, receiver, text from the message? Thank you in advance
On Wed, Mar 7, 2012 at 3:42 AM, Ali Chousein wrote:
> SmsManager does not do what you are interested in. Android SDK does
> not officially suppo
SmsManager does not do what you are interested in. Android SDK does
not officially support retrieving the received and delivered SMS
messages. But there are always backdoors. In the past I used the
statement below for retriving all (both received and delivered) SMS
messages:
Cursor cur = getConten
3 matches
Mail list logo