Files
rk35xx-android14/packages/inputmethods/LatinIME/java/lint-baseline.xml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

61 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
<issue
id="NewApi"
message="Call requires API level 23 (current min is 21): `android.graphics.Paint#hasGlyph`"
errorLine1=" return paint.hasGlyph(switzerland);"
errorLine2=" ~~~~~~~~">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/EmojiCategory.java"
line="445"
column="26"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 23 (current min is 21): `android.graphics.Paint#hasGlyph`"
errorLine1=" return paint.hasGlyph(cheese);"
errorLine2=" ~~~~~~~~">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/EmojiCategory.java"
line="461"
column="26"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`"
errorLine1=" final UserManager userManager = context.getSystemService(UserManager.class);"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java"
line="69"
column="49"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
line="1842"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
line="605"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
line="1842"/>
</issue>
</issues>