Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 258a4eef authored by Andrey Epin's avatar Andrey Epin Committed by Android (Google) Code Review
Browse files

Merge "Reveal Chooser payload reselection action API"

parents c2cf415d a5174f41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10853,6 +10853,7 @@ package android.content {
    field public static final String EXTRA_CHANGED_PACKAGE_LIST = "android.intent.extra.changed_package_list";
    field public static final String EXTRA_CHANGED_UID_LIST = "android.intent.extra.changed_uid_list";
    field public static final String EXTRA_CHOOSER_CUSTOM_ACTIONS = "android.intent.extra.CHOOSER_CUSTOM_ACTIONS";
    field public static final String EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION = "android.intent.extra.CHOOSER_PAYLOAD_RESELECTION_ACTION";
    field public static final String EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER = "android.intent.extra.CHOOSER_REFINEMENT_INTENT_SENDER";
    field public static final String EXTRA_CHOOSER_TARGETS = "android.intent.extra.CHOOSER_TARGETS";
    field public static final String EXTRA_CHOSEN_COMPONENT = "android.intent.extra.CHOSEN_COMPONENT";
+0 −1
Original line number Diff line number Diff line
@@ -5829,7 +5829,6 @@ public class Intent implements Parcelable, Cloneable {
     * in the sharesheet.
     * A reselection action allows the user to return to the source app to change the content being
     * shared.
     * @hide
     */
    public static final String EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION =
            "android.intent.extra.CHOOSER_PAYLOAD_RESELECTION_ACTION";