diff options
author | Tom Natan <tomnatan@google.com> | 2021-10-15 14:56:51 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-10-15 14:56:51 +0000 |
commit | 282c40c660278bb2fe8a977825d9fa964ea8788e (patch) | |
tree | 123d24cc0710154b27bdd21112e29f361835cfa8 /core/api | |
parent | 155b0fe36ab6a21401cc2209ebba7d767f8189a3 (diff) | |
parent | 8d78842f93c4617953a9dc2afc29521a11438ee6 (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.txt | 1 |
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; |