Mårten Kongstad | 4ece737 | 2024-06-20 09:05:51 +0200 | [diff] [blame] | 1 | <?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 Kongstad | 3eb23a9 | 2024-07-04 06:31:15 +0000 | [diff] [blame] | 15 | <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 Kongstad | 4ece737 | 2024-06-20 09:05:51 +0200 | [diff] [blame] | 26 | </issues> |