diff options
Diffstat (limited to 'api/current.txt')
| -rw-r--r-- | api/current.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 7ab447a2a554..cb79f5a80ed8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -54020,6 +54020,10 @@ package android.view.inspector { ctor public PropertyReader.PropertyTypeMismatchException(int, @NonNull String, @NonNull String); } + public final class WindowInspector { + method @NonNull public static java.util.List<android.view.View> getGlobalWindowViews(); + } + } package android.view.textclassifier { |