You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
620 B
16 lines
620 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 29 (current min is 28): `android.content.res.Resources#getFloat`"
|
|
errorLine1=" .getFloat(R.dimen.contact_avatar_corner_radius_percent);"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/BaseNotificationDelegate.java"
|
|
line="123"
|
|
column="18"/>
|
|
</issue>
|
|
|
|
</issues>
|