mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Except for a few methods, most of the testing code was already in the main codebase. Maintaining the additional source directory adds unnecessary overhead Bug: 330920490 Test: Presubmit Flag: None Change-Id: I56c43ab7a4869b26858d622d0b8b14f286d50e90
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: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>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 26): `android.appwidget.AppWidgetHostView#resetColorResources`"
|
|
errorLine1=" resetColorResources();"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/widget/LauncherAppWidgetHostView.java"
|
|
line="117"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 30): `android.appwidget.AppWidgetHostView#setColorResources`"
|
|
errorLine1=" view.setColorResources(mWallpaperColorResources);"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/graphics/LauncherPreviewRenderer.java"
|
|
line="433"
|
|
column="18"/>
|
|
</issue>
|
|
|
|
</issues> |