am 6180f104: DOC CHANGE: Fixed bug 10210178

* commit '6180f104cf8c97316e77a4bbfd95992c2b7649cb':
  DOC CHANGE: Fixed bug 10210178
This commit is contained in:
Joe Malin
2013-08-07 10:44:45 -07:00
committed by Android Git Automerger

View File

@@ -285,7 +285,7 @@ page.title=Notifications
<p>
Starting an {@link android.app.Activity} when the user clicks the notification is the most
common action scenario. You can also start an {@link android.app.Activity} when the user
dismisses an {@link android.app.Activity}. In Android 4.1 and later, you can start an
dismisses a notification. In Android 4.1 and later, you can start an
{@link android.app.Activity} from an action button. To learn more, read the reference guide for
{@link android.support.v4.app.NotificationCompat.Builder}.
</p>