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

Commit acb0f00b authored by Qingqing Deng's avatar Qingqing Deng
Browse files

Add trackingBug to Typeface.sSystemFontMap.

Bug: 123769347
Test: No.
Change-Id: I167048acda6f969d0e9bcc5a08077f96273d177a
parent 437ed07b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -127,7 +127,10 @@ public class Typeface {
    static Typeface sDefaultTypeface;

    // Following two fields are not used but left for hiddenapi private list
    @UnsupportedAppUsage
    /**
     * Use {@link SystemFonts#getAvailableFonts()} instead.
     */
    @UnsupportedAppUsage(trackingBug = 123769347)
    static final Map<String, Typeface> sSystemFontMap;

    // We cannot support sSystemFallbackMap since we will migrate to public FontFamily API.