1 2 page.tags="ActiveNotification" 3 sample.group=Notification 4 @jd:body 5 6 <p> 7 8 The NotificationManager can tell you how many notifications your application is currently showing. 9 This sample demonstrates how to use this API that has been introduced with Android M. 10 To get started, press the "add a notification" button. 11 When a notification is being canceled, the count gets updated via a PendingIntent. 12 13 </p> 14