0

I wanted to display latest messages and incoming call alerts in my activity. Can I override that in my activity inside a list view?

Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192
vishnu
  • 15
  • 2

1 Answers1

0

Yes, it's possible and you can use the call log. You should familiarize yourself with

http://developer.android.com/reference/android/provider/CallLog.Calls.html

and content providers

http://developer.android.com/guide/topics/providers/content-providers.html

As for SMS, please see this question:

How can I read SMS messages from the device programmatically in Android?

Community
  • 1
  • 1
Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192