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

Commit c4bbd819 authored by 1's avatar 1
Browse files

Clarify that up to 5 custom actions will be honored

Updating the docs to indicate the max number of custom actions that
developers can expect to be honored.

Bug: 273769279
Test: Documentation only.
Change-Id: I1a7d2ac7fff2d4dac32d46346fb86b516d8ffff2
parent 33960890
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5914,6 +5914,7 @@ public class Intent implements Parcelable, Cloneable {
    /**
     * A Parcelable[] of {@link ChooserAction} objects to provide the Android Sharesheet with
     * app-specific actions to be presented to the user when invoking {@link #ACTION_CHOOSER}.
     * You can provide as many as five custom actions.
     */
    public static final String EXTRA_CHOOSER_CUSTOM_ACTIONS =
            "android.intent.extra.CHOOSER_CUSTOM_ACTIONS";