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

Commit 86687827 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Improve docs for AssistStructure#isHomeActivity

Change-Id: I84b5686c6d3d81f14dc56f72af985ffe686c0e0a
Fixes: 37558097
Test: make offline-sdk-docs
parent 1c661d19
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2018,8 +2018,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;