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
635 B
16 lines
635 B
7 months ago
|
<?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=" getResources().getFloat(R.dimen.background_bitmap_blur_percent));"
|
||
|
errorLine2=" ~~~~~~~~">
|
||
|
<location
|
||
|
file="packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/BackgroundImageView.java"
|
||
|
line="64"
|
||
|
column="36"/>
|
||
|
</issue>
|
||
|
|
||
|
</issues>
|