Merge "Improve docs for AssistStructure#isHomeActivity" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-27 20:21:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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;