96e93959fb8cb27db1829b28113558cc8136c858
I suppressed the font error during resource loading only if the targetSdkVersion is API 28 or before, but it turned out that this makes developers hard to use font resources since: - We don't give a list of supported font files and OEM may extend/shrink the font support. - There is no way to resolve this error during layout inflation. So, now always supress the IllegalArgumentException during building Typeface in resource loading. Bug: 127714175 Test: atest CtsTextTestCases Test: atest CtsGraphicsTestCases Test: atest FontsContractTest Test: atest CtsWidgetTestCases Change-Id: I08b9f27aaf25ff491fa36d0a4befb3c6e64abfcf
Merge "Switch android.test and junit classes to use UnsupportedAppUsage" am:
7bb0bcd305 am: b5ccf0e21c
…
Description
No description provided
Languages
Java
73.7%
Kotlin
14%
PowerBuilder
5.8%
C++
5.2%
AIDL
1%