diff options
| author | Mathew Inwood <mathewi@google.com> | 2018-08-17 15:07:52 +0100 |
|---|---|---|
| committer | Mathew Inwood <mathewi@google.com> | 2018-08-20 14:52:19 +0100 |
| commit | e5ad598d1143ecc86b4d66f70ca098df068031a9 (patch) | |
| tree | 1cd1d73a0e37d5dcf11d29cf70eb7c7d1f33c3da /core/java/android/view/NotificationHeaderView.java | |
| parent | 44bafe68370296c613f900e3ed15d21c39cfc2d2 (diff) | |
Add @UnsupportedAppUsage annotations
For packages:
android.view.textservice
android.view.textclassifier.logging
android.view.textclassifier
android.view.inputmethod
android.view.autofill
android.view.accessibility
android.view
This is an automatically generated CL. See go/UnsupportedAppUsage
for more details.
Exempted-From-Owner-Approval: Mechanical changes to the codebase
which have been approved by Android API council and announced on
android-eng@
Bug: 110868826
Test: m
Change-Id: Ie4663ebd4640b2893e575e599582d2c9530da313
Merged-In: I4147b038ed7adf0311ee9918b44766f82a057eaf
Diffstat (limited to 'core/java/android/view/NotificationHeaderView.java')
| -rw-r--r-- | core/java/android/view/NotificationHeaderView.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/view/NotificationHeaderView.java b/core/java/android/view/NotificationHeaderView.java index a3676ba471ea..81da76d7d0ec 100644 --- a/core/java/android/view/NotificationHeaderView.java +++ b/core/java/android/view/NotificationHeaderView.java @@ -17,6 +17,7 @@ package android.view; import android.annotation.Nullable; +import android.annotation.UnsupportedAppUsage; import android.app.AppOpsManager; import android.app.Notification; import android.content.Context; @@ -85,6 +86,7 @@ public class NotificationHeaderView extends ViewGroup { this(context, null); } + @UnsupportedAppUsage public NotificationHeaderView(Context context, @Nullable AttributeSet attrs) { this(context, attrs, 0); } |
