blob: 7e70f013626efc1e99a9d6ed6b18a81036e5f329 [file] [log] [blame]
Pedro Loureirob47de752021-02-25 15:32:04 +00001<?xml version="1.0" encoding="UTF-8"?>
Cole Faustcef3ed42024-01-10 12:30:40 -08002<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
Pedro Loureirob47de752021-02-25 15:32:04 +00003
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`"
Cole Faustcef3ed42024-01-10 12:30:40 -080029 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="605"
34 column="34"/>
35 </issue>
36
37 <issue
38 id="NewApi"
39 message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`"
40 errorLine1=" ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle());"
41 errorLine2=" ~~~~~~~~~">
42 <location
43 file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
44 line="1857"
45 column="33"/>
46 </issue>
47
48 <issue
49 id="NewApi"
50 message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`"
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="1857"
56 column="45"/>
57 </issue>
58
59 <issue
60 id="NewApi"
61 message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`"
Pedro Loureirob47de752021-02-25 15:32:04 +000062 errorLine1=" final UserManager userManager = context.getSystemService(UserManager.class);"
63 errorLine2=" ~~~~~~~~~~~~~~~~">
64 <location
65 file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java"
66 line="69"
67 column="49"/>
68 </issue>
69
Cole Faustf5c1b4c2023-03-09 14:25:11 -080070</issues>