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

Commit 1e52988a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 23940 into eclair

* changes:
  Add more documents on the ACTION_SEND_MULTIPLE intent.
parents e8853fc5 5962d279
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -923,6 +923,16 @@ public class Intent implements Parcelable {
     * get*ArrayListExtra can have either a {@link #EXTRA_TEXT} or {@link
     * get*ArrayListExtra can have either a {@link #EXTRA_TEXT} or {@link
     * #EXTRA_STREAM} field, containing the data to be sent.
     * #EXTRA_STREAM} field, containing the data to be sent.
     * <p>
     * <p>
     * Multiple types are supported, and receivers should handle mixed types
     * whenever possible. The right way for the receiver to check them is to
     * use the content resolver on each URI. The intent sender should try to
     * put the most concrete mime type in the intent type, but it can fall
     * back to {@literal <type>/*} or {@literal *}/* as needed.
     * <p>
     * e.g. if you are sending image/jpg and image/jpg, the intent's type can
     * be image/jpg, but if you are sending image/jpg and image/png, then the
     * intent's type should be image/*.
     * <p>
     * Optional standard extras, which may be interpreted by some recipients as
     * Optional standard extras, which may be interpreted by some recipients as
     * appropriate, are: {@link #EXTRA_EMAIL}, {@link #EXTRA_CC},
     * appropriate, are: {@link #EXTRA_EMAIL}, {@link #EXTRA_CC},
     * {@link #EXTRA_BCC}, {@link #EXTRA_SUBJECT}.
     * {@link #EXTRA_BCC}, {@link #EXTRA_SUBJECT}.