summaryrefslogtreecommitdiffstats
path: root/docs/html/design/patterns/notifications.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/design/patterns/notifications.jd')
-rw-r--r--docs/html/design/patterns/notifications.jd1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/html/design/patterns/notifications.jd b/docs/html/design/patterns/notifications.jd
index 0665774..3ae827e 100644
--- a/docs/html/design/patterns/notifications.jd
+++ b/docs/html/design/patterns/notifications.jd
@@ -1,4 +1,5 @@
page.title=Notifications
+page.tags="notification"
@jd:body
<p>The notification system allows your app to keep the user informed about events, such as new chat messages or a calendar event. Think of notifications as a news channel that alerts the user to important events as they happen or a log that chronicles events while the user is not paying attention.</p>