15 lines
728 B
XML
15 lines
728 B
XML
<?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 31 (current min is 30): `android.hardware.location.ContextHubManager#createClient`"
|
|
errorLine1=" mContextHubClient = mManager.createClient(mContext, mQueriedContextHub,"
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/ChreCommunication.java"
|
|
line="263"
|
|
column="54"/>
|
|
</issue>
|
|
|
|
</issues> |