Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 2 | <issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 3 | |
| 4 | <issue |
| 5 | id="NewApi" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 6 | message="Call requires API level 29 (current min is 26): `android.content.res.Resources#getFloat`" |
| 7 | errorLine1=" return mContext.getResources().getFloat(resId);" |
| 8 | errorLine2=" ~~~~~~~~"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 9 | <location |
| 10 | file="packages/apps/Launcher3/src/com/android/launcher3/util/DynamicResource.java" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 11 | line="73" |
| 12 | column="40"/> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="NewApi" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 17 | message="Call requires API level 31 (current min is 26): `android.appwidget.AppWidgetHostView#resetColorResources`" |
| 18 | errorLine1=" resetColorResources();" |
| 19 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 20 | <location |
| 21 | file="packages/apps/Launcher3/src/com/android/launcher3/widget/LauncherAppWidgetHostView.java" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 22 | line="117" |
| 23 | column="13"/> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="NewApi" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 28 | message="Call requires API level 31 (current min is 30): `android.appwidget.AppWidgetHostView#setColorResources`" |
| 29 | errorLine1=" view.setColorResources(mWallpaperColorResources);" |
| 30 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 31 | <location |
| 32 | file="packages/apps/Launcher3/src/com/android/launcher3/graphics/LauncherPreviewRenderer.java" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 33 | line="433" |
| 34 | column="18"/> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 35 | </issue> |
| 36 | |
| 37 | <issue |
| 38 | id="NewApi" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 39 | message="Call requires API level 28 (current min is 26): `android.app.Person#getKey`" |
| 40 | errorLine1=" return people.stream().filter(person -> person.getKey() != null)" |
| 41 | errorLine2=" ~~~~~~"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 42 | <location |
| 43 | file="packages/apps/Launcher3/src/com/android/launcher3/notification/NotificationKeyData.java" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 44 | line="72" |
| 45 | column="56"/> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 46 | </issue> |
| 47 | |
| 48 | <issue |
| 49 | id="NewApi" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 50 | message="Method reference requires API level 28 (current min is 26): `Person::getKey`" |
| 51 | errorLine1=" .map(Person::getKey).sorted().toArray(String[]::new);" |
| 52 | errorLine2=" ~~~~~~~~~~~~~~"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 53 | <location |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 54 | file="packages/apps/Launcher3/src/com/android/launcher3/notification/NotificationKeyData.java" |
| 55 | line="73" |
| 56 | column="22"/> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 57 | </issue> |
| 58 | |
| 59 | <issue |
| 60 | id="NewApi" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 61 | message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_LEFT`" |
| 62 | errorLine1=" AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_LEFT" |
| 63 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 64 | <location |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 65 | file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java" |
| 66 | line="1814" |
| 67 | column="17"/> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 68 | </issue> |
| 69 | |
| 70 | <issue |
| 71 | id="NewApi" |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 72 | message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_RIGHT`" |
| 73 | errorLine1=" : AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_RIGHT);" |
| 74 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 75 | <location |
Cole Faust | c778a67 | 2024-01-10 12:30:39 -0800 | [diff] [blame] | 76 | file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java" |
| 77 | line="1815" |
| 78 | column="19"/> |
| 79 | </issue> |
| 80 | |
| 81 | <issue |
| 82 | id="NewApi" |
| 83 | message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_RIGHT`" |
| 84 | errorLine1=" AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_RIGHT" |
| 85 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 86 | <location |
| 87 | file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java" |
| 88 | line="1823" |
| 89 | column="17"/> |
| 90 | </issue> |
| 91 | |
| 92 | <issue |
| 93 | id="NewApi" |
| 94 | message="Field requires API level 29 (current min is 26): `android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_PAGE_LEFT`" |
| 95 | errorLine1=" : AccessibilityNodeInfo.AccessibilityAction.ACTION_PAGE_LEFT);" |
| 96 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 97 | <location |
| 98 | file="packages/apps/Launcher3/src/com/android/launcher3/PagedView.java" |
| 99 | line="1824" |
| 100 | column="19"/> |
| 101 | </issue> |
| 102 | |
| 103 | <issue |
| 104 | id="NewApi" |
| 105 | message="Call requires API level 30 (current min is 26): `android.graphics.Outline#setPath`" |
| 106 | errorLine1=" outline.setPath(mPath);" |
| 107 | errorLine2=" ~~~~~~~"> |
| 108 | <location |
| 109 | file="packages/apps/Launcher3/src/com/android/launcher3/popup/RoundedArrowDrawable.java" |
| 110 | line="114" |
| 111 | column="17"/> |
| 112 | </issue> |
| 113 | |
| 114 | <issue |
| 115 | id="NewApi" |
| 116 | message="Field requires API level 28 (current min is 26): `android.appwidget.AppWidgetProviderInfo#widgetFeatures`" |
| 117 | errorLine1=" int featureFlags = mProviderInfo.widgetFeatures;" |
| 118 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 119 | <location |
| 120 | file="packages/apps/Launcher3/src/com/android/launcher3/widget/WidgetAddFlowHandler.java" |
| 121 | line="93" |
| 122 | column="28"/> |
| 123 | </issue> |
| 124 | |
| 125 | <issue |
| 126 | id="NewApi" |
| 127 | message="Call requires API level 30 (current min is 26): `android.view.View#getWindowInsetsController`" |
| 128 | errorLine1=" WindowInsetsController insetsController = getWindowInsetsController();" |
| 129 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 130 | <location |
| 131 | file="packages/apps/Launcher3/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java" |
| 132 | line="820" |
| 133 | column="51"/> |
| 134 | </issue> |
| 135 | |
| 136 | <issue |
| 137 | id="NewApi" |
| 138 | message="Call requires API level 30 (current min is 26): `android.view.WindowInsets.Type#ime`" |
| 139 | errorLine1=" insetsController.hide(WindowInsets.Type.ime());" |
| 140 | errorLine2=" ~~~"> |
| 141 | <location |
| 142 | file="packages/apps/Launcher3/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java" |
| 143 | line="822" |
| 144 | column="53"/> |
| 145 | </issue> |
| 146 | |
| 147 | <issue |
| 148 | id="NewApi" |
| 149 | message="Call requires API level 30 (current min is 26): `android.view.WindowInsetsController#hide`" |
| 150 | errorLine1=" insetsController.hide(WindowInsets.Type.ime());" |
| 151 | errorLine2=" ~~~~"> |
| 152 | <location |
| 153 | file="packages/apps/Launcher3/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java" |
| 154 | line="822" |
| 155 | column="30"/> |
| 156 | </issue> |
| 157 | |
| 158 | <issue |
| 159 | id="NewApi" |
| 160 | message="Method reference requires API level 28 (current min is 26): `Person::getKey`" |
| 161 | errorLine1=" : Arrays.stream(persons).map(Person::getKey).sorted().toArray(String[]::new);" |
| 162 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 163 | <location |
| 164 | file="packages/apps/Launcher3/src/com/android/launcher3/model/data/WorkspaceItemInfo.java" |
| 165 | line="194" |
| 166 | column="42"/> |
Cole Faust | c7257cc | 2023-03-09 14:05:29 -0800 | [diff] [blame] | 167 | </issue> |
| 168 | |
| 169 | </issues> |