Merge "Update AnalogClock deprecation tag to be more explicit about the where it is deprecated and still supported" am: aacf42716b am: a9f6ea7e10 am: a94fb8d5f8

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2523715

Change-Id: If614bd8019316363cca1dbd6a467733cbaa1a180
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Alice Yuan
2023-04-05 23:52:37 +00:00
committed by Automerger Merge Worker

View File

@@ -49,15 +49,18 @@ import java.util.Formatter;
import java.util.Locale;
/**
* This widget display an analogic clock with two hands for hours and
* minutes.
* This widget displays an analogic clock with two hands for hours and minutes.
*
* @attr ref android.R.styleable#AnalogClock_dial
* @attr ref android.R.styleable#AnalogClock_hand_hour
* @attr ref android.R.styleable#AnalogClock_hand_minute
* @attr ref android.R.styleable#AnalogClock_hand_second
* @attr ref android.R.styleable#AnalogClock_timeZone
* @deprecated This widget is no longer supported.
* @deprecated This widget is no longer supported; except for
* {@link android.widget.RemoteViews} use cases like
* <a href="https://developer.android.com/develop/ui/views/appwidgets/overview">
* app widgets</a>.
*
*/
@RemoteView
@Deprecated