summaryrefslogtreecommitdiff
path: root/core/api
diff options
context:
space:
mode:
authorTom Natan <tomnatan@google.com>2021-10-15 14:56:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-10-15 14:56:51 +0000
commit282c40c660278bb2fe8a977825d9fa964ea8788e (patch)
tree123d24cc0710154b27bdd21112e29f361835cfa8 /core/api
parent155b0fe36ab6a21401cc2209ebba7d767f8189a3 (diff)
parent8d78842f93c4617953a9dc2afc29521a11438ee6 (diff)
Merge "Make isVisible member in TaskInfo public for digital wellbeing" into sc-v2-dev
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 c7d92b0cd74e..1cf7a4c6b119 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -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;