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

Commit b38fbaf2 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Android (Google) Code Review
Browse files

Merge "Clarify the docs around the activityInfo field."

parents 98af0a81 ca756bfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,8 +34,8 @@ import java.util.Comparator;
 */
public class ResolveInfo implements Parcelable {
    /**
     * The activity that corresponds to this resolution match, if this
     * resolution is for an activity.  One and only one of this and
     * The activity or broadcast receiver that corresponds to this resolution match,
     * if this resolution is for an activity or broadcast receiver. One and only one of this and
     * serviceInfo must be non-null.
     */
    public ActivityInfo activityInfo;