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

Commit 8d78842f authored by tomnatan's avatar tomnatan
Browse files

Make isVisible member in TaskInfo public for digital wellbeing

Bug: 199825187
Test: N/A
Change-Id: If2e8ff32e865591ea8b2de68e5cb1e8b05e06f35
parent 66889d32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6711,6 +6711,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