Pedro Loureiro | d34f536 | 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 28 (current min is 21): `android.content.pm.PackageInfo#getLongVersionCode`" |
| 7 | errorLine1=" sCachedVersionCode = Long.toString(info.getLongVersionCode());" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="frameworks/base/packages/SettingsLib/HelpUtils/src/com/android/settingslib/HelpUtils.java" |
| 11 | line="239" |
| 12 | column="57"/> |
| 13 | </issue> |
| 14 | |
| 15 | </issues> |