Lines Matching full:notification
20 <group>Notification</group>
28 This sample demonstrates how to display events in the system\'s notification bar. The
39 <categories>Notification</categories>
54 A basic app showing how to display events in the system's notification bar using
62 The [Notification API][1] allows the app developers to display a message outside
65 The class [Notification][2] was added in the Android 3.0 (API level 11), but this
69 A Notificaiton can be created using Notification.Builder object.
83 To issue the notification, call notify() method in the [NotificationManager][8].
84 The code snippet will immediately display the notification icon in the
85 notification bar.
94 [2]: http://developer.android.com/reference/android/app/Notification.html