Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27f0e3e1 authored by Ricardo Cervera's avatar Ricardo Cervera
Browse files

docs: Fixing notify link. Bug: 17571861

Change-Id: I15cd80d29c177d04414d125a902d94b7e44d78ca
parent 680092c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>