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

Commit c4b982c8 authored by Matt Casey's avatar Matt Casey
Browse files

Add updateable fields to EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI definition

EXTRA_CHOOSER_RESULT_INTENT_SENDER and EXTRA_METADATA_TEXT weren't
checked in when the initial API was submitted (they're the extras for
other new sharesheet APIs), but they're also updateable via shareousel.

Bug: 324574944
Test: N/A
Change-Id: I6e077b461073be6fe8aa2b84130c2e3f594425e5
parent b24190c9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -6129,10 +6129,14 @@ public class Intent implements Parcelable, Cloneable {
     * the selection changes made by the user.
     * Applications may implement this method to change any of the following Chooser arguments by
     * returning new values in the result bundle:
     * {@link #EXTRA_CHOOSER_TARGETS}, {@link #EXTRA_ALTERNATE_INTENTS},
     * {@link #EXTRA_CHOOSER_TARGETS},
     * {@link #EXTRA_ALTERNATE_INTENTS},
     * {@link #EXTRA_CHOOSER_CUSTOM_ACTIONS},
     * {@link #EXTRA_CHOOSER_MODIFY_SHARE_ACTION},
     * {@link #EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER}.</p>
     * {@link #EXTRA_METADATA_TEXT},
     * {@link #EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER},
     * {@link #EXTRA_CHOOSER_RESULT_INTENT_SENDER}.
     * </p>
     */
    @FlaggedApi(android.service.chooser.Flags.FLAG_CHOOSER_PAYLOAD_TOGGLING)
    public static final String EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI =