Merge "Fix documentation of requestCode parameter."
This commit is contained in:
@@ -202,8 +202,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
* @param requestCode Private request code for the sender (currently
|
* @param requestCode Private request code for the sender
|
||||||
* not used).
|
|
||||||
* @param intent Intent of the activity to be launched.
|
* @param intent Intent of the activity to be launched.
|
||||||
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
||||||
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
||||||
@@ -229,8 +228,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
* @param requestCode Private request code for the sender (currently
|
* @param requestCode Private request code for the sender
|
||||||
* not used).
|
|
||||||
* @param intent Intent of the activity to be launched.
|
* @param intent Intent of the activity to be launched.
|
||||||
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
||||||
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
||||||
@@ -315,8 +313,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
* @param requestCode Private request code for the sender (currently
|
* @param requestCode Private request code for the sender
|
||||||
* not used).
|
|
||||||
* @param intents Array of Intents of the activities to be launched.
|
* @param intents Array of Intents of the activities to be launched.
|
||||||
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
||||||
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
||||||
@@ -361,8 +358,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the activity.
|
* the activity.
|
||||||
* @param requestCode Private request code for the sender (currently
|
* @param requestCode Private request code for the sender
|
||||||
* not used).
|
|
||||||
* @param intents Array of Intents of the activities to be launched.
|
* @param intents Array of Intents of the activities to be launched.
|
||||||
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
||||||
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
||||||
@@ -425,8 +421,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should perform
|
* @param context The Context in which this PendingIntent should perform
|
||||||
* the broadcast.
|
* the broadcast.
|
||||||
* @param requestCode Private request code for the sender (currently
|
* @param requestCode Private request code for the sender
|
||||||
* not used).
|
|
||||||
* @param intent The Intent to be broadcast.
|
* @param intent The Intent to be broadcast.
|
||||||
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
||||||
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
||||||
@@ -475,8 +470,7 @@ public final class PendingIntent implements Parcelable {
|
|||||||
*
|
*
|
||||||
* @param context The Context in which this PendingIntent should start
|
* @param context The Context in which this PendingIntent should start
|
||||||
* the service.
|
* the service.
|
||||||
* @param requestCode Private request code for the sender (currently
|
* @param requestCode Private request code for the sender
|
||||||
* not used).
|
|
||||||
* @param intent An Intent describing the service to be started.
|
* @param intent An Intent describing the service to be started.
|
||||||
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
* @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
|
||||||
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
* {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
|
||||||
|
|||||||
Reference in New Issue
Block a user