summaryrefslogtreecommitdiff
path: root/core/api
diff options
context:
space:
mode:
authortomnatan <tomnatan@google.com>2021-10-08 13:26:09 +0000
committertomnatan <tomnatan@google.com>2021-10-14 10:17:51 +0000
commit8d78842f93c4617953a9dc2afc29521a11438ee6 (patch)
tree8f0e0404faa6ddc6fde01b1f989e4d6224a3476f /core/api
parent66889d3212ba8dd3ba6b844648248e6a4fe42cea (diff)
Make isVisible member in TaskInfo public for digital wellbeing
Bug: 199825187 Test: N/A Change-Id: If2e8ff32e865591ea8b2de68e5cb1e8b05e06f35
Diffstat (limited to 'core/api')
-rw-r--r--core/api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/current.txt b/core/api/current.txt
index ec8dce0837cd..22af6abe88a2 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -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;