-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlint-baseline.xml
48 lines (43 loc) · 2.25 KB
/
lint-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?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 30 (current min is 29): `android.net.CaptivePortalData#getUserPortalUrl`"
errorLine1=" mLinkProperties.getCaptivePortalData().getUserPortalUrl()"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="packages/modules/NetworkStack/src/com/android/server/connectivity/NetworkMonitor.java"
line="1734"
column="72"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 30 (current min is 29): `android.net.CaptivePortalData#getUserPortalUrl`"
errorLine1=" mLinkProperties.getCaptivePortalData().getUserPortalUrl()"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="packages/modules/NetworkStack/src/com/android/server/connectivity/NetworkMonitor.java"
line="1370"
column="64"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 30 (current min is 29): `android.net.LinkProperties#getCaptivePortalData`"
errorLine1=" mLinkProperties.getCaptivePortalData().getUserPortalUrl()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="packages/modules/NetworkStack/src/com/android/server/connectivity/NetworkMonitor.java"
line="1734"
column="49"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 30 (current min is 29): `android.net.LinkProperties#getCaptivePortalData`"
errorLine1=" mLinkProperties.getCaptivePortalData().getUserPortalUrl()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="packages/modules/NetworkStack/src/com/android/server/connectivity/NetworkMonitor.java"
line="1370"
column="41"/>
</issue>
</issues>