Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e91084d4 authored by Alice Yuan's avatar Alice Yuan Committed by Automerger Merge Worker
Browse files

Merge "Update AnalogClock deprecation tag to be more explicit about the where...

Merge "Update AnalogClock deprecation tag to be more explicit about the where it is deprecated and still supported" am: aacf4271 am: a9f6ea7e am: a94fb8d5 am: d5494efd am: e3a1fb7f

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



Change-Id: Ia0e8ea80f11170f82fdfedcb157772ac7bb286b4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f6282e28 e3a1fb7f
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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