diff options
| author | Artur Satayev <satayev@google.com> | 2019-11-15 19:12:49 +0000 |
|---|---|---|
| committer | Artur Satayev <satayev@google.com> | 2019-11-19 15:05:35 +0000 |
| commit | 751e55114ccdd19e462aa6771b5a0b0ec3ce9c68 (patch) | |
| tree | 2353506a7d71b6897f05f0a5e85d268ee52fe46f /core/java/android/widget/RelativeLayout.java | |
| parent | 7c93dc5e45ba7420c877b4e80fd517360068ab1f (diff) | |
Add @UnsupportedAppUsage annotations for greylist.
go/cleanup-greylist-txt
These have already been greylisted, however due to bugs/omissions in the tooling have been kept in go/greylist-txt instead of being annotated in the code.
This is partial merge of aosp/Id6c1f5e403a0e66edb1102ee45f3bf19f244fb09. Telephony greylist cleanup has been done separately. Note that annotations outside of frameworks/base/ have been merged from AOSP.
Bug: 137350495
Test: m
Exempt-From-Owner-Approval: merge
Change-Id: I015c466e8b69cc0fed5e9d394ba865aad11d8ba6
Diffstat (limited to 'core/java/android/widget/RelativeLayout.java')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index 167010b89bef..253b6e1af596 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -2026,6 +2026,11 @@ public class RelativeLayout extends ViewGroup { * A node with no dependent is considered a root of the graph. */ static class Node { + + @UnsupportedAppUsage + Node() { + } + /** * The view representing this node in the layout. */ |
