1

我刚来这地方,

我在我的 android 应用程序中使用了通知面板,它工作正常,

我的问题是关于我想从相同的布局和活动中添加一个具有不同信息的通知。

在android中可以这样做吗?

4

1 回答 1

1

是的,调用时只需使用不同的通知 IDNotificationManager.notify(int id, Notification notification)

http://developer.android.com/reference/android/app/NotificationManager.html

于 2013-05-17T15:35:18.130 回答