Merge "EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION -> EXTRA_CHOOSER_MODIFY_SHARE_ACTION" into tm-qpr-dev

This commit is contained in:
Matt Casey
2023-02-16 13:48:25 +00:00
committed by Android (Google) Code Review

View File

@@ -5741,14 +5741,13 @@ public class Intent implements Parcelable, Cloneable {
/** /**
* Optional argument to be used with {@link #ACTION_CHOOSER}. * Optional argument to be used with {@link #ACTION_CHOOSER}.
* A {@link android.app.PendingIntent} to be sent when the user wants to do payload reselection * A {@link android.app.PendingIntent} to be sent when the user wants to modify the content that
* in the sharesheet. * they're sharing. This can be used to allow the user to return to the source app to, for
* A reselection action allows the user to return to the source app to change the content being * example, select different media.
* shared.
* @hide * @hide
*/ */
public static final String EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION = public static final String EXTRA_CHOOSER_MODIFY_SHARE_ACTION =
"android.intent.extra.CHOOSER_PAYLOAD_RESELECTION_ACTION"; "android.intent.extra.CHOOSER_MODIFY_SHARE_ACTION";
/** /**
* An {@code ArrayList} of {@code String} annotations describing content for * An {@code ArrayList} of {@code String} annotations describing content for