H开发者_JS百科ow do you go about making a new notification with one application inside of one class? I am trying to launch more than one notification from one class.
If you look at the notification example in the guide, when you call NotificationManager.notify you can pass a different id
value to create a new status bar notification.
精彩评论