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

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

Merge "Add trackNum to UnsupportedAppUsage annotation of createFromFamiliesWithDefault"

parents 1617377d c0f9d5a2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1019,9 +1019,8 @@ public class Typeface {

    /**
     * This method is used by supportlib-v27.
     * TODO: Remove private API use in supportlib: http://b/72665240
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(trackingBug = 123768395)
    private static Typeface createFromFamiliesWithDefault(
            android.graphics.FontFamily[] families, int weight, int italic) {
        return createFromFamiliesWithDefault(families, DEFAULT_FAMILY, weight, italic);