Loading core/java/android/app/PendingIntent.java +1 −1 Original line number Diff line number Diff line Loading @@ -604,7 +604,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} Loading Loading
core/java/android/app/PendingIntent.java +1 −1 Original line number Diff line number Diff line Loading @@ -604,7 +604,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} Loading