diff options
| author | 2017-06-21 01:58:56 +0000 | |
|---|---|---|
| committer | 2017-06-21 01:59:02 +0000 | |
| commit | 0f98ddaa0107e2bbb51c0c470db852485b25d9bd (patch) | |
| tree | 8767c27a80583842be79f173004a5064a83cd998 | |
| parent | 70f1565b55eee8210bfc3a85d10b62a8649c4597 (diff) | |
| parent | 6aba8530ce7bcac78c0380c2e050be97c5881b32 (diff) | |
Merge "Small doc fix." into oc-dev
| -rw-r--r-- | core/java/android/app/PendingIntent.java | 2 |
1 files changed, 1 insertions, 1 deletions
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. * * <p class="note">For security reasons, the {@link android.content.Intent} |