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

Commit 22273c3f authored by Qingqing Deng's avatar Qingqing Deng
Browse files

Hide sSystemFontMap in Typeface.

Bug: 123769347
Test: no
Change-Id: Ib45000d49a54da8f3b3091a0346152ece70cc3e8
parent 9a8bcf5f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -128,7 +128,8 @@ public class Typeface {

    // Following two fields are not used but left for hiddenapi private list
    /**
     * Use {@link SystemFonts#getAvailableFonts()} instead.
     * sSystemFontMap is read only and unmodifiable.
     * Use public API {@link #create(String, int)} to get the typeface for given familyName.
     */
    @UnsupportedAppUsage(trackingBug = 123769347)
    static final Map<String, Typeface> sSystemFontMap;