blob: 56b1bcafbae242d299247cbc4c1e1bf01deff871 [file] [log] [blame]
Pedro Loureirod34f5362021-02-25 15:31:51 +00001<?xml version="1.0" encoding="UTF-8"?>
Cole Faust22cb5122024-01-10 12:30:36 -08002<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
Pedro Loureirod34f5362021-02-25 15:31:51 +00003
4 <issue
5 id="NewApi"
Cole Faust22cb5122024-01-10 12:30:36 -08006 message="Call requires API level 29 (current min is 21): `android.os.Parcel#writeBoolean`"
7 errorLine1=" dest.writeBoolean(this instanceof ProviderTile);"
8 errorLine2=" ~~~~~~~~~~~~">
Pedro Loureirod34f5362021-02-25 15:31:51 +00009 <location
10 file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java"
Cole Faust22cb5122024-01-10 12:30:36 -080011 line="114"
12 column="14"/>
Pedro Loureirod34f5362021-02-25 15:31:51 +000013 </issue>
14
15 <issue
16 id="NewApi"
Cole Faust22cb5122024-01-10 12:30:36 -080017 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 Loureirod34f5362021-02-25 15:31:51 +000020 <location
21 file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java"
Cole Faust22cb5122024-01-10 12:30:36 -080022 line="326"
23 column="36"/>
Pedro Loureirod34f5362021-02-25 15:31:51 +000024 </issue>
25
26 <issue
27 id="NewApi"
Cole Faust22cb5122024-01-10 12:30:36 -080028 message="Call requires API level 23 (current min is 21): `android.graphics.drawable.Icon#setTint`"
29 errorLine1=" icon.setTint(tintColor);"
30 errorLine2=" ~~~~~~~">
Pedro Loureirod34f5362021-02-25 15:31:51 +000031 <location
32 file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java"
Cole Faust22cb5122024-01-10 12:30:36 -080033 line="332"
34 column="22"/>
Pedro Loureirod34f5362021-02-25 15:31:51 +000035 </issue>
36
37 <issue
38 id="NewApi"
Cole Faust22cb5122024-01-10 12:30:36 -080039 message="Call requires API level 29 (current min is 21): `android.os.Parcel#readBoolean`"
40 errorLine1=" final boolean isProviderTile = source.readBoolean();"
41 errorLine2=" ~~~~~~~~~~~">
Pedro Loureirod34f5362021-02-25 15:31:51 +000042 <location
43 file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/Tile.java"
Cole Faust22cb5122024-01-10 12:30:36 -080044 line="387"
45 column="51"/>
Pedro Loureirod34f5362021-02-25 15:31:51 +000046 </issue>
47
48 <issue
49 id="NewApi"
Cole Faust22cb5122024-01-10 12:30:36 -080050 message="Call requires API level 31 (current min is 21): `android.content.Context#getAttributionSource`"
51 errorLine1=" return provider.call(context.getAttributionSource(),"
52 errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
Pedro Loureirod34f5362021-02-25 15:31:51 +000053 <location
54 file="frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/TileUtils.java"
Cole Faust22cb5122024-01-10 12:30:36 -080055 line="601"
56 column="42"/>
Pedro Loureirod34f5362021-02-25 15:31:51 +000057 </issue>
58
Cole Faustee265292023-03-09 14:14:09 -080059</issues>