You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.6 KiB
38 lines
1.6 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 30): `android.telephony.TelephonyManager#isDataCapable`"
|
|
errorLine1=" if (tm.isDataCapable()) {"
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/Connectivity/service/src/com/android/server/ConnectivityService.java"
|
|
line="787"
|
|
column="20"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 30): `android.content.Context#sendStickyBroadcast`"
|
|
errorLine1=" mUserAllContext.sendStickyBroadcast(intent, options);"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/Connectivity/service/src/com/android/server/ConnectivityService.java"
|
|
line="2681"
|
|
column="33"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 31 (current min is 30): `android.content.pm.PackageManager#getTargetSdkVersion`"
|
|
errorLine1=" final int callingVersion = pm.getTargetSdkVersion(callingPackageName);"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/modules/Connectivity/service/src/com/android/server/ConnectivityService.java"
|
|
line="5851"
|
|
column="43"/>
|
|
</issue>
|
|
|
|
</issues>
|