Merge "Clarify that up to 5 custom actions will be honored" into udc-dev am: d063870c04
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22101927 Change-Id: Id26d39b92883769d68492dcd22ffddbe6871b4b2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -5914,6 +5914,7 @@ public class Intent implements Parcelable, Cloneable {
|
|||||||
/**
|
/**
|
||||||
* A Parcelable[] of {@link ChooserAction} objects to provide the Android Sharesheet with
|
* 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}.
|
* 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 =
|
public static final String EXTRA_CHOOSER_CUSTOM_ACTIONS =
|
||||||
"android.intent.extra.CHOOSER_CUSTOM_ACTIONS";
|
"android.intent.extra.CHOOSER_CUSTOM_ACTIONS";
|
||||||
|
|||||||
Reference in New Issue
Block a user