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.
38 lines
1.6 KiB
38 lines
1.6 KiB
<?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="`<vector>` requires API level 21 (current min is 14) or building with Android Gradle plugin 1.4 or higher"
|
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2=" ~~~~~~">
|
|
<location
|
|
file="frameworks/opt/setupwizard/library/gingerbread/res/drawable/suw_ic_expand_less.xml"
|
|
line="18"
|
|
column="2"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="`<vector>` requires API level 21 (current min is 14) or building with Android Gradle plugin 1.4 or higher"
|
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2=" ~~~~~~">
|
|
<location
|
|
file="frameworks/opt/setupwizard/library/gingerbread/res/drawable/suw_ic_expand_more.xml"
|
|
line="18"
|
|
column="2"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Attribute `paddingStart` referenced here can result in a crash on some specific devices older than API 17 (current min is 14)"
|
|
errorLine1=" android:paddingStart="?attr/listPreferredItemPaddingLeft">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="frameworks/opt/setupwizard/library/gingerbread/res/layout/suw_items_expandable_switch.xml"
|
|
line="38"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
</issues>
|