diff options
| author | 2023-03-15 01:46:54 +0000 | |
|---|---|---|
| committer | 2023-03-15 01:46:54 +0000 | |
| commit | 04f82f087e63d69cec68de490071ae3b79e7cdb6 (patch) | |
| tree | 4ac05b7f14a74d74dfd092133fa8aea9e1dc18ca | |
| parent | f4ad413f2ea12387a521bb47c264ac91c0eb1a88 (diff) | |
| parent | 40d7098b6d060c3c20ba6c719552b60bacb7b905 (diff) | |
Merge "Update EXTRA_CHOOSER_MODIFY_SHARE_ACTION to use ChooserAction" into udc-dev
| -rw-r--r-- | core/java/android/content/Intent.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 85daf15865d1..667ec7ecfc5f 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -5920,9 +5920,8 @@ public class Intent implements Parcelable, Cloneable { /** * Optional argument to be used with {@link #ACTION_CHOOSER}. - * A {@link android.app.PendingIntent} to be sent when the user wants to modify the content that - * they're sharing. This can be used to allow the user to return to the source app to, for - * example, select different media. + * A {@link ChooserAction} to allow the user to modify what is being shared in some way. This + * may be integrated into the content preview on sharesheets that have a preview UI. */ public static final String EXTRA_CHOOSER_MODIFY_SHARE_ACTION = "android.intent.extra.CHOOSER_MODIFY_SHARE_ACTION"; |