如何在新消息到达android中特定应用程序的收件箱时通知用户?

时间:2012-02-13 13:12:34

标签: android android-intent sms

当新邮件到达该特定端口时,我想通知用户该应用程序(当前可能无法在前台运行)。任何人都可以告诉如何做到这一点&任何一个例子?

1 个答案:

答案 0 :(得分:1)

看看http://developer.android.com/guide/topics/ui/notifiers/notifications.html。状态栏通知可用于此目的。还有一些代码示例。

另一种方法是使用Toast Notifications(参见http://developer.android.com/guide/topics/ui/notifiers/toasts.html)。

即使关联的应用程序在后台,也可以使用这两种通知类型。