You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.5 KiB
38 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level R (current min is 29): `android.net.LinkProperties#getNat64Prefix`"
|
|
errorLine1=" newLp.setNat64Prefix(netlinkLinkProperties.getNat64Prefix());"
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/NetworkStack/src/android/net/ip/IpClient.java"
|
|
line="1337"
|
|
column="52"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level R (current min is 29): `android.net.LinkProperties#setNat64Prefix`"
|
|
errorLine1=" newLp.setNat64Prefix(netlinkLinkProperties.getNat64Prefix());"
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/NetworkStack/src/android/net/ip/IpClient.java"
|
|
line="1337"
|
|
column="15"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level R (current min is 29): `android.telephony.NetworkRegistrationInfo#getCellIdentity`"
|
|
errorLine1=" nri == null ? null : nri.getCellIdentity());"
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/NetworkStack/src/com/android/server/connectivity/NetworkMonitor.java"
|
|
line="3088"
|
|
column="46"/>
|
|
</issue>
|
|
|
|
</issues>
|