From 6aba8530ce7bcac78c0380c2e050be97c5881b32 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 16 Jun 2017 14:43:36 -0700 Subject: Small doc fix. Test: it builds Change-Id: Ib4137a5981c2315cebde1ec4a4b5b8ff280b0f36 --- core/java/android/app/PendingIntent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/PendingIntent.java b/core/java/android/app/PendingIntent.java index 11d9b5ea3651..f83f39f82c22 100644 --- a/core/java/android/app/PendingIntent.java +++ b/core/java/android/app/PendingIntent.java @@ -603,7 +603,7 @@ public final class PendingIntent implements Parcelable { /** * Retrieve a PendingIntent that will start a foreground service, like calling - * {@link Context#startService Context.startForegroundService()}. The start + * {@link Context#startForegroundService Context.startForegroundService()}. The start * arguments given to the service will come from the extras of the Intent. * *

For security reasons, the {@link android.content.Intent} -- cgit v1.2.3-59-g8ed1b