From c4bbd819cd294448a54c825ce0493b06f1df3f39 Mon Sep 17 00:00:00 2001 From: 1 Date: Wed, 15 Mar 2023 18:27:22 +0000 Subject: [PATCH] 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 --- core/java/android/content/Intent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 85daf15865d1e..457f84498ca3f 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -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";