开发者

Can we display Notifications in our activity other than status bar?

开发者 https://www.devze.com 2023-04-04 17:00 出处:网络
I wanted to display latest messages and incoming call alerts in my activity. Can I override that in 开发者_Go百科my activity inside a list view?Yes, it\'s possible and you can use the call log. You sh

I wanted to display latest messages and incoming call alerts in my activity. Can I override that in 开发者_Go百科my activity inside a list view?


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号