Loading docs/html/training/wearables/notifications/pages.jd +6 −7 Original line number Original line Diff line number Diff line Loading @@ -57,15 +57,14 @@ Notification secondPageNotification = .setStyle(secondPageStyle) .setStyle(secondPageStyle) .build(); .build(); // Add second page with wearable extender and extend the main notification // Extend the notification builder with the second page Notification twoPageNotification = Notification notification = notificationBuilder new WearableExtender() .extend(new NotificationCompat.WearableExtender() .addPage(secondPageNotification) .addPage(secondPageNotification)) .extend(notificationBuilder) .build(); .build(); // Issue the notification // Issue the notification notificationManager = notificationManager = NotificationManagerCompat.from(this); NotificationManagerCompat.from(this); notificationManager.notify(notificationId, twoPageNotification); notificationManager.notify(notificationId, notification); </pre> </pre> No newline at end of file Loading
docs/html/training/wearables/notifications/pages.jd +6 −7 Original line number Original line Diff line number Diff line Loading @@ -57,15 +57,14 @@ Notification secondPageNotification = .setStyle(secondPageStyle) .setStyle(secondPageStyle) .build(); .build(); // Add second page with wearable extender and extend the main notification // Extend the notification builder with the second page Notification twoPageNotification = Notification notification = notificationBuilder new WearableExtender() .extend(new NotificationCompat.WearableExtender() .addPage(secondPageNotification) .addPage(secondPageNotification)) .extend(notificationBuilder) .build(); .build(); // Issue the notification // Issue the notification notificationManager = notificationManager = NotificationManagerCompat.from(this); NotificationManagerCompat.from(this); notificationManager.notify(notificationId, twoPageNotification); notificationManager.notify(notificationId, notification); </pre> </pre> No newline at end of file