37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.0.0-dev" type="baseline" dependencies="true" variant="all" version="8.0.0-dev">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 30): `android.compat.Compatibility#isChangeEnabled`"
|
|
errorLine1=" if (!Compatibility.isChangeEnabled("
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
|
|
line="1351"
|
|
column="32"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 30): `android.compat.Compatibility#isChangeEnabled`"
|
|
errorLine1=" if (Compatibility.isChangeEnabled("
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
|
|
line="1830"
|
|
column="31"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 30): `android.compat.Compatibility#isChangeEnabled`"
|
|
errorLine1=" if (!Compatibility.isChangeEnabled("
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
|
|
line="904"
|
|
column="28"/>
|
|
</issue>
|
|
|
|
</issues> |