Pedro Loureiro | b47de75 | 2021-02-25 15:32:04 +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 23 (current min is 21): `android.graphics.Paint#hasGlyph`" |
| 7 | errorLine1=" return paint.hasGlyph(switzerland);" |
| 8 | errorLine2=" ~~~~~~~~"> |
| 9 | <location |
| 10 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/EmojiCategory.java" |
| 11 | line="445" |
| 12 | column="26"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="NewApi" |
| 17 | message="Call requires API level 23 (current min is 21): `android.graphics.Paint#hasGlyph`" |
| 18 | errorLine1=" return paint.hasGlyph(cheese);" |
| 19 | errorLine2=" ~~~~~~~~"> |
| 20 | <location |
| 21 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/EmojiCategory.java" |
| 22 | line="461" |
| 23 | column="26"/> |
| 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="NewApi" |
| 28 | message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`" |
Pedro Loureiro | b47de75 | 2021-02-25 15:32:04 +0000 | [diff] [blame] | 29 | errorLine1=" final UserManager userManager = context.getSystemService(UserManager.class);" |
| 30 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 31 | <location |
| 32 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java" |
| 33 | line="69" |
| 34 | column="49"/> |
| 35 | </issue> |
| 36 | |
Cole Faust | f5c1b4c | 2023-03-09 14:25:11 -0800 | [diff] [blame^] | 37 | <issue |
| 38 | id="NewApi" |
| 39 | message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`"> |
| 40 | <location |
| 41 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java" |
| 42 | line="1842"/> |
| 43 | </issue> |
| 44 | |
| 45 | <issue |
| 46 | id="NewApi" |
| 47 | message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`"> |
| 48 | <location |
| 49 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java" |
| 50 | line="605"/> |
| 51 | </issue> |
| 52 | |
| 53 | <issue |
| 54 | id="NewApi" |
| 55 | message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`"> |
| 56 | <location |
| 57 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java" |
| 58 | line="1842"/> |
| 59 | </issue> |
| 60 | |
| 61 | </issues> |