diff options
author | Robert Ly <robertly@google.com> | 2014-06-26 01:18:05 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2014-06-26 02:06:52 -0700 |
commit | edd662ff667a404969b9f892bdb10ceaa5e2db25 (patch) | |
tree | d64f399298c26eefd99793d4fd6c1ebf570b6714 /docs/html/training/wearables/notifications | |
parent | fa28e8cc4baa4acc9e6cd3bfc5276b67cd8e86f0 (diff) | |
download | frameworks_base-edd662ff667a404969b9f892bdb10ceaa5e2db25.zip frameworks_base-edd662ff667a404969b9f892bdb10ceaa5e2db25.tar.gz frameworks_base-edd662ff667a404969b9f892bdb10ceaa5e2db25.tar.bz2 |
docs: final changes to index
Change-Id: I1a9a454937a975f2b2a36ab1132e8bb91dc4059a
Diffstat (limited to 'docs/html/training/wearables/notifications')
-rw-r--r-- | docs/html/training/wearables/notifications/pages.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/training/wearables/notifications/pages.jd b/docs/html/training/wearables/notifications/pages.jd index 1026774..d74c8ea 100644 --- a/docs/html/training/wearables/notifications/pages.jd +++ b/docs/html/training/wearables/notifications/pages.jd @@ -65,7 +65,7 @@ Notification twoPageNotification = .build(); // Issue the notification - notificationManager = - NotificationManagerCompat.from(this); - notificationManager.notify(notificationId, twoPageNotification); +notificationManager = + NotificationManagerCompat.from(this); +notificationManager.notify(notificationId, twoPageNotification); </pre>
\ No newline at end of file |