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

Commit ca756bfd authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Clarify the docs around the activityInfo field.

Change-Id: Id9a5ac610d564165073cb60e5b631b1cba3e8187
parent fec2aa51
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;