Pedro Loureiro | 57bc16e | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0"> |
| 3 | |
| 4 | <issue |
| 5 | id="NewApi" |
| 6 | message="Call requires API level 31 (current min is 30): `android.telephony.TelephonyManager#isDataCapable`" |
| 7 | errorLine1=" if (tm.isDataCapable()) {" |
| 8 | errorLine2=" ~~~~~~~~~~~~~"> |
| 9 | <location |
Baligh Uddin | 2afd098 | 2021-05-24 03:50:01 +0000 | [diff] [blame] | 10 | file="packages/modules/Connectivity/service/src/com/android/server/ConnectivityService.java" |
Remi NGUYEN VAN | 028cb1b | 2021-05-12 14:15:24 +0000 | [diff] [blame] | 11 | line="787" |
Pedro Loureiro | 57bc16e | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 12 | column="20"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="NewApi" |
| 17 | message="Call requires API level 31 (current min is 30): `android.content.Context#sendStickyBroadcast`" |
| 18 | errorLine1=" mUserAllContext.sendStickyBroadcast(intent, options);" |
| 19 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 20 | <location |
Baligh Uddin | 2afd098 | 2021-05-24 03:50:01 +0000 | [diff] [blame] | 21 | file="packages/modules/Connectivity/service/src/com/android/server/ConnectivityService.java" |
Remi NGUYEN VAN | 028cb1b | 2021-05-12 14:15:24 +0000 | [diff] [blame] | 22 | line="2681" |
Pedro Loureiro | 57bc16e | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 23 | column="33"/> |
| 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="NewApi" |
| 28 | message="Call requires API level 31 (current min is 30): `android.content.pm.PackageManager#getTargetSdkVersion`" |
| 29 | errorLine1=" final int callingVersion = pm.getTargetSdkVersion(callingPackageName);" |
| 30 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 31 | <location |
Baligh Uddin | 2afd098 | 2021-05-24 03:50:01 +0000 | [diff] [blame] | 32 | file="packages/modules/Connectivity/service/src/com/android/server/ConnectivityService.java" |
Remi NGUYEN VAN | 028cb1b | 2021-05-12 14:15:24 +0000 | [diff] [blame] | 33 | line="5851" |
Pedro Loureiro | 57bc16e | 2021-02-25 15:31:51 +0000 | [diff] [blame] | 34 | column="43"/> |
| 35 | </issue> |
| 36 | |
| 37 | </issues> |