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

Commit 282c40c6 authored by Tom Natan's avatar Tom Natan Committed by Android (Google) Code Review
Browse files

Merge "Make isVisible member in TaskInfo public for digital wellbeing" into sc-v2-dev

parents 155b0fe3 8d78842f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6712,6 +6712,7 @@ package android.app {
  }
  public class TaskInfo {
    method public boolean isVisible();
    field @Nullable public android.content.ComponentName baseActivity;
    field @NonNull public android.content.Intent baseIntent;
    field public boolean isRunning;
+7 −0
Original line number Diff line number Diff line
@@ -264,6 +264,13 @@ public class TaskInfo {
        readFromParcel(source);
    }

    /**
     * Whether this task is visible.
     */
    public boolean isVisible() {
        return isVisible;
    }

    /**
     * @param isLowResolution
     * @return