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

Commit f324849a authored by Haoyu Zhang's avatar Haoyu Zhang Committed by Android (Google) Code Review
Browse files

Merge "Add comments on UnsupportedAppUsage of Typeface.sDefault"

parents 78eda3b6 64457aa1
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -92,7 +92,13 @@ public class Typeface {
    /** The NORMAL style of the default monospace typeface. */
    public static final Typeface MONOSPACE;

    @UnsupportedAppUsage
    /**
     * The default {@link Typeface}s for different text styles.
     * Call {@link #defaultFromStyle(int)} to get the default typeface for the given text style.
     * It shouldn't be changed for app wide typeface settings. Please use theme and font XML for
     * the same purpose.
     */
    @UnsupportedAppUsage(trackingBug = 123769446)
    static Typeface[] sDefaults;

    /**