mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 09:38:19 +00:00
NewApi is a lint check that you don't call framework methods that were introduced in versions later than your min_sdk_version. We want to make this an error, so we're baselineing all existing issues. This cl was generated automatically, by taking all the NewApi issues from the reference baselines, and all the non-NewApi issues from the existing checked in baselines. Bug: 268261262 Test: Presubmits Change-Id: Ibfbf5af12819d43dabd4b6c0eb12a4d0e8258f30
37 lines
1.6 KiB
XML
37 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="`?android:attr/dialogCornerRadius` requires API level 28 (current min is 26)"
|
|
errorLine1=' android:topLeftRadius="?android:attr/dialogCornerRadius"'
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/apps/Launcher3/res/drawable/add_item_dialog_background.xml"
|
|
line="6"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="`?android:attr/dialogCornerRadius` requires API level 28 (current min is 26)"
|
|
errorLine1=' android:topRightRadius="?android:attr/dialogCornerRadius" />'
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/apps/Launcher3/res/drawable/add_item_dialog_background.xml"
|
|
line="7"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="`@android:dimen/system_app_widget_background_radius` requires API level 31 (current min is 26)"
|
|
errorLine1=' <corners android:radius="@android:dimen/system_app_widget_background_radius" />'
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/apps/Launcher3/res/drawable/widget_resize_frame.xml"
|
|
line="20"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
</issues> |