am ba231fca: Fix bad @links in PendingIntent.java
* commit 'ba231fcabfdf8f8bd72dbb428b8d35ae14a1a14d': Fix bad @links in PendingIntent.java
This commit is contained in:
@@ -205,7 +205,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
* <p class="note">For security reasons, the {@link android.content.Intent}
|
* <p class="note">For security reasons, the {@link android.content.Intent}
|
||||||
* you supply here should almost always be an <em>explicit intent</em>,
|
* you supply here should almost always be an <em>explicit intent</em>,
|
||||||
* that is specify an explicit component to be delivered to through
|
* that is specify an explicit component to be delivered to through
|
||||||
* {@link Intent#setClass(android.content.Context, Class)} Intent.setClass</p>
|
* {@link Intent#setClass(android.content.Context, Class) Intent.setClass}</p>
|
||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
@@ -236,7 +236,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
* <p class="note">For security reasons, the {@link android.content.Intent}
|
* <p class="note">For security reasons, the {@link android.content.Intent}
|
||||||
* you supply here should almost always be an <em>explicit intent</em>,
|
* you supply here should almost always be an <em>explicit intent</em>,
|
||||||
* that is specify an explicit component to be delivered to through
|
* that is specify an explicit component to be delivered to through
|
||||||
* {@link Intent#setClass(android.content.Context, Class)} Intent.setClass</p>
|
* {@link Intent#setClass(android.content.Context, Class) Intent.setClass}</p>
|
||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
@@ -328,7 +328,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
* <p class="note">For security reasons, the {@link android.content.Intent} objects
|
* <p class="note">For security reasons, the {@link android.content.Intent} objects
|
||||||
* you supply here should almost always be <em>explicit intents</em>,
|
* you supply here should almost always be <em>explicit intents</em>,
|
||||||
* that is specify an explicit component to be delivered to through
|
* that is specify an explicit component to be delivered to through
|
||||||
* {@link Intent#setClass(android.content.Context, Class)} Intent.setClass</p>
|
* {@link Intent#setClass(android.content.Context, Class) Intent.setClass}</p>
|
||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
@@ -378,7 +378,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
* <p class="note">For security reasons, the {@link android.content.Intent} objects
|
* <p class="note">For security reasons, the {@link android.content.Intent} objects
|
||||||
* you supply here should almost always be <em>explicit intents</em>,
|
* you supply here should almost always be <em>explicit intents</em>,
|
||||||
* that is specify an explicit component to be delivered to through
|
* that is specify an explicit component to be delivered to through
|
||||||
* {@link Intent#setClass(android.content.Context, Class)} Intent.setClass</p>
|
* {@link Intent#setClass(android.content.Context, Class) Intent.setClass}</p>
|
||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
@@ -448,7 +448,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
* <p class="note">For security reasons, the {@link android.content.Intent}
|
* <p class="note">For security reasons, the {@link android.content.Intent}
|
||||||
* you supply here should almost always be an <em>explicit intent</em>,
|
* you supply here should almost always be an <em>explicit intent</em>,
|
||||||
* that is specify an explicit component to be delivered to through
|
* that is specify an explicit component to be delivered to through
|
||||||
* {@link Intent#setClass(android.content.Context, Class)} Intent.setClass</p>
|
* {@link Intent#setClass(android.content.Context, Class) Intent.setClass}</p>
|
||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should perform
|
* @param context The Context in which this PendingIntent should perform
|
||||||
* the broadcast.
|
* the broadcast.
|
||||||
@@ -502,7 +502,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
* <p class="note">For security reasons, the {@link android.content.Intent}
|
* <p class="note">For security reasons, the {@link android.content.Intent}
|
||||||
* you supply here should almost always be an <em>explicit intent</em>,
|
* you supply here should almost always be an <em>explicit intent</em>,
|
||||||
* that is specify an explicit component to be delivered to through
|
* that is specify an explicit component to be delivered to through
|
||||||
* {@link Intent#setClass(android.content.Context, Class)} Intent.setClass</p>
|
* {@link Intent#setClass(android.content.Context, Class) Intent.setClass}</p>
|
||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the service.
|
* the service.
|
||||||
|
|||||||
Reference in New Issue
Block a user