diff options
| author | Mathew Inwood <mathewi@google.com> | 2018-08-21 15:58:55 +0100 |
|---|---|---|
| committer | Mathew Inwood <mathewi@google.com> | 2018-08-21 15:58:55 +0100 |
| commit | 978c6e219037fd9543d0d07fbfcd770225ab7e0f (patch) | |
| tree | 66fb2414e0536e5d60f613f5da1bcafb4d064048 /core/java/android/widget/CalendarView.java | |
| parent | ea1e4131cc84031c3631ccf01ec4500754366642 (diff) | |
Add @UnsupportedAppUsage annotations
For packages:
android.widget
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: Ic61019b1df85448a158fc2ba55c326353222c6b9
Diffstat (limited to 'core/java/android/widget/CalendarView.java')
| -rw-r--r-- | core/java/android/widget/CalendarView.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/widget/CalendarView.java b/core/java/android/widget/CalendarView.java index db50e343b775..2ff815d6e309 100644 --- a/core/java/android/widget/CalendarView.java +++ b/core/java/android/widget/CalendarView.java @@ -23,6 +23,7 @@ import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.StyleRes; import android.annotation.TestApi; +import android.annotation.UnsupportedAppUsage; import android.annotation.Widget; import android.content.Context; import android.content.res.Configuration; @@ -72,6 +73,7 @@ public class CalendarView extends FrameLayout { private static final int MODE_HOLO = 0; private static final int MODE_MATERIAL = 1; + @UnsupportedAppUsage private final CalendarViewDelegate mDelegate; /** |
