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

Commit 908d74a3 authored by Kevin Hufnagle's avatar Kevin Hufnagle
Browse files

docs: Corrected reference link for NotificationManager.notify().

The end of the first paragraph of the "Creating a Notification"
section (within the "Notifications" page) now links to the correct
version of notify() -- i.e. the one within the NotificationManager
class.

Bug: 27708810
Change-Id: I7cc9608f646518bf5f7fc3f4a231c9dece693363
parent d93472b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ To create the notification itself, you call
{@link android.support.v4.app.NotificationCompat.Builder#build NotificationCompat.Builder.build()},
which returns a {@link android.app.Notification} object containing your specifications. To issue the
notification, you pass the {@link android.app.Notification} object to the system by calling
{@link android.app.NotificationManager#notify NotificationManager.notify()}.</p>
{@link android.app.NotificationManager#notify(int, android.app.Notification) NotificationManager.notify()}.</p>

<h3 id="Required">Required notification contents</h3>
<p>