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`" |
| 29 | errorLine1=" final WindowManager wm = getSystemService(WindowManager.class);" |
| 30 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 31 | <location |
| 32 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java" |
| 33 | line="606" |
| 34 | column="34"/> |
| 35 | </issue> |
| 36 | |
| 37 | <issue |
| 38 | id="NewApi" |
| 39 | message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`" |
| 40 | errorLine1=" final WindowManager wm = getSystemService(WindowManager.class);" |
| 41 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 42 | <location |
| 43 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java" |
| 44 | line="804" |
| 45 | column="34"/> |
| 46 | </issue> |
| 47 | |
| 48 | <issue |
| 49 | id="NewApi" |
| 50 | message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`" |
| 51 | errorLine1=" ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle());" |
| 52 | errorLine2=" ~~~~~~~~~"> |
| 53 | <location |
| 54 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java" |
| 55 | line="1823" |
| 56 | column="33"/> |
| 57 | </issue> |
| 58 | |
| 59 | <issue |
| 60 | id="NewApi" |
| 61 | message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`" |
| 62 | errorLine1=" ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle());" |
| 63 | errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| 64 | <location |
| 65 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java" |
| 66 | line="1823" |
| 67 | column="45"/> |
| 68 | </issue> |
| 69 | |
| 70 | <issue |
| 71 | id="NewApi" |
| 72 | message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`" |
| 73 | errorLine1=" final UserManager userManager = context.getSystemService(UserManager.class);" |
| 74 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 75 | <location |
| 76 | file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java" |
| 77 | line="69" |
| 78 | column="49"/> |
| 79 | </issue> |
| 80 | |
| 81 | </issues> |