diff options
| author | 2014-10-02 13:40:23 -0700 | |
|---|---|---|
| committer | 2014-10-02 13:40:23 -0700 | |
| commit | 27f0e3e11a53a6539c4795a19ed115b6f4b61aa2 (patch) | |
| tree | 2c261af473a6a3b4e4367a891baec4f2491be999 | |
| parent | 680092c5987e701043ff0fa0d2c5390e829412c0 (diff) | |
docs: Fixing notify link. Bug: 17571861
Change-Id: I15cd80d29c177d04414d125a902d94b7e44d78ca
| -rw-r--r-- | docs/html/training/wearables/apps/layouts.jd | 2 | 
1 files changed, 1 insertions, 1 deletions
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.    </li>    <li>Issue the notification using the -  {@link android.app.NotificationManager#notify notify()} method. +  <a href="{@docRoot}reference/android/app/NotificationManager.html#notify(int, android.app.Notification)"><code>notify()</code></a> method.    <p class="note"><b>Note:</b> 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.</p>  |