From 27f0e3e11a53a6539c4795a19ed115b6f4b61aa2 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Thu, 2 Oct 2014 13:40:23 -0700 Subject: docs: Fixing notify link. Bug: 17571861 Change-Id: I15cd80d29c177d04414d125a902d94b7e44d78ca --- docs/html/training/wearables/apps/layouts.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd index e9eacd330927..e62d3e5b8435 100644 --- a/docs/html/training/wearables/apps/layouts.jd +++ b/docs/html/training/wearables/apps/layouts.jd @@ -82,7 +82,7 @@ PendingIntent notificationPendingIntent = PendingIntent.getActivity(this, 0, not users view your notification.
  • Issue the notification using the - {@link android.app.NotificationManager#notify notify()} method. + notify() method.

    Note: When the notification is peeking on the homescreen, the system displays it with a standard template that it generates from the notification's semantic data. This template works well on all watchfaces. When users swipe the notification up, they'll then see the custom activity for the notification.

    -- cgit v1.2.3-59-g8ed1b