Merge "docs: Corrected reference link for NotificationManager.notify()." into mnc-mr-docs

am: c9afecd

* commit 'c9afecdff9d0828a9725ffac5c04f4ac5f50df9a':
  docs: Corrected reference link for NotificationManager.notify().

Change-Id: I8e3f507c80bdbaefe7fd98276609d54ce9621ef3
This commit is contained in:
Kevin Hufnagle
2016-03-31 15:37:08 +00:00
committed by android-build-merger

View File

@@ -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>