summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ricardo Cervera <rcervera@google.com> 2014-10-15 23:24:46 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-10-15 23:24:46 +0000
commit257507c4fac1a0e99b9f2d7630a46d5555659ea7 (patch)
tree874b46661e6f611da7b06b9562f7b72ac4384d77
parent295d5a76dad948ef03721deb0023ba8483901e57 (diff)
parente0cf20b5051dc107d5f905696a948f69272c6c1f (diff)
am e0cf20b5: am 7e50d970: am dc1f3080: am 8a7ba4c6: Merge "docs: Fixing notify link. Bug: 17571861" into klp-modular-docs
* commit 'e0cf20b5051dc107d5f905696a948f69272c6c1f': docs: Fixing notify link. Bug: 17571861
-rw-r--r--docs/html/training/wearables/apps/layouts.jd2
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>