blob: 5171efb5f9908ba4c6555fa4ecbce0a641065a93 [file] [log] [blame]
Mårten Kongstad4ece7372024-06-20 09:05:51 +02001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08">
3
4 <issue
5 id="FlaggedApi"
6 message="Field `TETHERING_VIRTUAL` is a flagged API and should be inside an `if (Flags.tetheringRequestVirtual())` check (or annotate the surrounding method `?` with `@FlaggedApi(Flags.TETHERING_REQUEST_VIRTUAL) to transfer requirement to caller`)"
7 errorLine1=" public static final int MAX_TETHERING_TYPE = TETHERING_VIRTUAL;"
8 errorLine2=" ~~~~~~~~~~~~~~~~~">
9 <location
10 file="packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/TetheringManager.java"
11 line="211"
12 column="50"/>
13 </issue>
14
Mårten Kongstad3eb23a92024-07-04 06:31:15 +000015 <issue
16 id="FlaggedApi"
17 message="Method `TetheringRequest()` is a flagged API and should be inside an `if (Flags.tetheringRequestWithSoftApConfig())` check (or annotate the surrounding method `build` with `@FlaggedApi(Flags.TETHERING_REQUEST_WITH_SOFT_AP_CONFIG) to transfer requirement to caller`)"
18 errorLine1=" return new TetheringRequest(mBuilderParcel);"
19 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20 <location
21 file="packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/TetheringManager.java"
22 line="814"
23 column="24"/>
24 </issue>
25
Mårten Kongstad4ece7372024-06-20 09:05:51 +020026</issues>