2023-03-09 14:05:29 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-01-10 12:30:39 -08:00
|
|
|
<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
|
2023-03-09 14:05:29 -08:00
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 29 (current min is 26): `android.content.res.Resources#getFloat`"
|
|
|
|
|
errorLine1=" return mContext.getResources().getFloat(resId);"
|
|
|
|
|
errorLine2=" ~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
|
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/util/DynamicResource.java"
|
2024-01-10 12:30:39 -08:00
|
|
|
line="73"
|
|
|
|
|
column="40"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 31 (current min is 26): `android.appwidget.AppWidgetHostView#resetColorResources`"
|
|
|
|
|
errorLine1=" resetColorResources();"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/widget/LauncherAppWidgetHostView.java"
|
|
|
|
|
line="117"
|
|
|
|
|
column="13"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 31 (current min is 30): `android.appwidget.AppWidgetHostView#setColorResources`"
|
|
|
|
|
errorLine1=" view.setColorResources(mWallpaperColorResources);"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/graphics/LauncherPreviewRenderer.java"
|
|
|
|
|
line="433"
|
|
|
|
|
column="18"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 28 (current min is 26): `android.app.Person#getKey`"
|
|
|
|
|
errorLine1=" return people.stream().filter(person -> person.getKey() != null)"
|
|
|
|
|
errorLine2=" ~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/notification/NotificationKeyData.java"
|
|
|
|
|
line="72"
|
|
|
|
|
column="56"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Method reference requires API level 28 (current min is 26): `Person::getKey`"
|
|
|
|
|
errorLine1=" .map(Person::getKey).sorted().toArray(String[]::new);"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/notification/NotificationKeyData.java"
|
|
|
|
|
line="73"
|
|
|
|
|
column="22"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_LEFT`"
|
|
|
|
|
errorLine1=" AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_LEFT"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java"
|
|
|
|
|
line="1814"
|
|
|
|
|
column="17"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_RIGHT`"
|
|
|
|
|
errorLine1=" : AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_RIGHT);"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
|
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java"
|
2024-01-10 12:30:39 -08:00
|
|
|
line="1815"
|
|
|
|
|
column="19"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_RIGHT`"
|
|
|
|
|
errorLine1=" AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_RIGHT"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
|
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java"
|
2024-01-10 12:30:39 -08:00
|
|
|
line="1823"
|
|
|
|
|
column="17"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_LEFT`"
|
|
|
|
|
errorLine1=" : AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_LEFT);"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
|
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java"
|
2024-01-10 12:30:39 -08:00
|
|
|
line="1824"
|
|
|
|
|
column="19"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 30 (current min is 26): `android.graphics.Outline#setPath`"
|
|
|
|
|
errorLine1=" outline.setPath(mPath);"
|
|
|
|
|
errorLine2=" ~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/popup/RoundedArrowDrawable.java"
|
|
|
|
|
line="114"
|
|
|
|
|
column="17"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Field requires API level 28 (current min is 26): `android.appwidget.AppWidgetProviderInfo#widgetFeatures`"
|
|
|
|
|
errorLine1=" int featureFlags = mProviderInfo.widgetFeatures;"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/widget/WidgetAddFlowHandler.java"
|
|
|
|
|
line="93"
|
|
|
|
|
column="28"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 30 (current min is 26): `android.view.View#getWindowInsetsController`"
|
|
|
|
|
errorLine1=" WindowInsetsController insetsController = getWindowInsetsController();"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java"
|
|
|
|
|
line="820"
|
|
|
|
|
column="51"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 30 (current min is 26): `android.view.WindowInsets.Type#ime`"
|
|
|
|
|
errorLine1=" insetsController.hide(WindowInsets.Type.ime());"
|
|
|
|
|
errorLine2=" ~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java"
|
|
|
|
|
line="822"
|
|
|
|
|
column="53"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Call requires API level 30 (current min is 26): `android.view.WindowInsetsController#hide`"
|
|
|
|
|
errorLine1=" insetsController.hide(WindowInsets.Type.ime());"
|
|
|
|
|
errorLine2=" ~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java"
|
|
|
|
|
line="822"
|
|
|
|
|
column="30"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
<issue
|
|
|
|
|
id="NewApi"
|
2024-01-10 12:30:39 -08:00
|
|
|
message="Method reference requires API level 28 (current min is 26): `Person::getKey`"
|
|
|
|
|
errorLine1=" : Arrays.stream(persons).map(Person::getKey).sorted().toArray(String[]::new);"
|
|
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
2023-03-09 14:05:29 -08:00
|
|
|
<location
|
2024-01-10 12:30:39 -08:00
|
|
|
file="packages/apps/Launcher3/src/com/android/launcher3/model/data/WorkspaceItemInfo.java"
|
|
|
|
|
line="194"
|
|
|
|
|
column="42"/>
|
2023-03-09 14:05:29 -08:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
|
|
</issues>
|