Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -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"> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 3 | |
| 4 | <issue |
| 5 | id="NewApi" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 6 | message="Call requires API level 29 (current min is 21): `android.os.Parcel#writeBoolean`" |
| 7 | errorLine1=" dest.writeBoolean(this instanceof ProviderTile);" |
| 8 | errorLine2=" ~~~~~~~~~~~~"> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 9 | <location |
| 10 | file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 11 | line="114" |
| 12 | column="14"/> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="NewApi" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 17 | message="Call requires API level 23 (current min is 21): `android.graphics.drawable.Icon#createWithResource`" |
| 18 | errorLine1=" final Icon icon = Icon.createWithResource(componentInfo.packageName, iconResId);" |
| 19 | errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 20 | <location |
| 21 | file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 22 | line="326" |
| 23 | column="36"/> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="NewApi" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 28 | message="Call requires API level 23 (current min is 21): `android.graphics.drawable.Icon#setTint`" |
| 29 | errorLine1=" icon.setTint(tintColor);" |
| 30 | errorLine2=" ~~~~~~~"> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 31 | <location |
| 32 | file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 33 | line="332" |
| 34 | column="22"/> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 35 | </issue> |
| 36 | |
| 37 | <issue |
| 38 | id="NewApi" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 39 | message="Call requires API level 29 (current min is 21): `android.os.Parcel#readBoolean`" |
| 40 | errorLine1=" final boolean isProviderTile = source.readBoolean();" |
| 41 | errorLine2=" ~~~~~~~~~~~"> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 42 | <location |
| 43 | file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 44 | line="387" |
| 45 | column="51"/> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 46 | </issue> |
| 47 | |
| 48 | <issue |
| 49 | id="NewApi" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 50 | message="Call requires API level 31 (current min is 21): `android.content.Context#getAttributionSource`" |
| 51 | errorLine1=" return provider.call(context.getAttributionSource()," |
| 52 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 53 | <location |
| 54 | file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/TileUtils.java" |
Cole Faust | 22cb512 | 2024-01-10 12:30:36 -0800 | [diff] [blame] | 55 | line="601" |
| 56 | column="42"/> |
Pedro Loureiro | d34f536 | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 57 | </issue> |
| 58 | |
Cole Faust | ee26529 | 2023-03-09 14:14:09 -0800 | [diff] [blame] | 59 | </issues> |