blob: 3477594c70006c5c0f7eb4177265617386a410d0 [file] [log] [blame]
Cole Faust14ac5ad2023-03-09 14:07:52 -08001<?xml version="1.0" encoding="UTF-8"?>
Cole Faust4ecdedd2024-01-10 12:30:41 -08002<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
Cole Faust14ac5ad2023-03-09 14:07:52 -08003
4 <issue
5 id="NewApi"
6 message="Call requires API level 31 (current min is 30): `android.hardware.location.ContextHubManager#createClient`"
7 errorLine1=" mContextHubClient = mManager.createClient(mContext, mQueriedContextHub,"
8 errorLine2=" ~~~~~~~~~~~~">
9 <location
10 file="packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/ChreCommunication.java"
Cole Faust4ecdedd2024-01-10 12:30:41 -080011 line="289"
Cole Faust14ac5ad2023-03-09 14:07:52 -080012 column="54"/>
13 </issue>
14
15</issues>