diff options
| author | 2019-02-20 14:59:12 +0000 | |
|---|---|---|
| committer | 2019-02-20 14:59:12 +0000 | |
| commit | db9c27cb7af8a2adae68e29f9543d9d901b4245e (patch) | |
| tree | 655f90f45c945bd7f6a3ec943176c9fb2e580a61 /api | |
| parent | 72ed3736747e0b4712a9e33dfcfd6d9dfa6906ad (diff) | |
| parent | 1761cfac39d5ee17f2e4f8eef485c38a08624533 (diff) | |
Merge "Public API for statically accessing global list of window views"
Diffstat (limited to 'api')
| -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 { |