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

Commit b979c3aa authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
Browse files

Merge "Improve docs for AssistStructure#isHomeActivity" into oc-dev am: 3a4987bb

am: 73bdb10b

Change-Id: I3161578f7ffd31916e7f072f8a71d0367d402170
parents b36a039a 73bdb10b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2023,8 +2023,9 @@ public class AssistStructure implements Parcelable {

    /**
     * Returns whether the activity associated with this AssistStructure was the home activity
     * at the time the assist data was acquired.
     * (Launcher) at the time the assist data was acquired.
     * @return Whether the activity was the home activity.
     * @see android.content.Intent#CATEGORY_HOME
     */
    public boolean isHomeActivity() {
        return mIsHomeActivity;