aboutsummaryrefslogtreecommitdiffstats
path: root/java/lint-baseline.xml
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-06-17 18:51:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-06-17 18:51:31 +0000
commite85c57fbee3afa859037cd099feefc95ed60597b (patch)
tree053ac7f242e7bb4a97f64a1b88b8b3fd18247f59 /java/lint-baseline.xml
parent675512ab0c19a0a70c6073e54d0289eea03c2673 (diff)
parent4f3c5a71e2de390ed02efb7b92db7520314bec0b (diff)
downloadlatinime-e85c57fbee3afa859037cd099feefc95ed60597b.tar.gz
latinime-e85c57fbee3afa859037cd099feefc95ed60597b.tar.xz
latinime-e85c57fbee3afa859037cd099feefc95ed60597b.zip
Merge "Merge Android 14 QPR3 to AOSP main" into main
Diffstat (limited to 'java/lint-baseline.xml')
-rw-r--r--java/lint-baseline.xml35
1 files changed, 22 insertions, 13 deletions
diff --git a/java/lint-baseline.xml b/java/lint-baseline.xml
index dbb81ca76..7e70f0136 100644
--- a/java/lint-baseline.xml
+++ b/java/lint-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
+<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
<issue
id="NewApi"
@@ -26,36 +26,45 @@
<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=" ~~~~~~~~~~~~~~~~">
+ errorLine1=" final WindowManager wm = getSystemService(WindowManager.class);"
+ errorLine2=" ~~~~~~~~~~~~~~~~">
<location
- file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java"
- line="69"
- column="49"/>
+ file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
+ line="605"
+ column="34"/>
</issue>
<issue
id="NewApi"
- message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`">
+ message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`"
+ errorLine1=" ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle());"
+ errorLine2=" ~~~~~~~~~">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
- line="1842"/>
+ line="1857"
+ column="33"/>
</issue>
<issue
id="NewApi"
- message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`">
+ message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`"
+ errorLine1=" ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle());"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
- line="605"/>
+ line="1857"
+ column="45"/>
</issue>
<issue
id="NewApi"
- message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`">
+ 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/latin/LatinIME.java"
- line="1842"/>
+ file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java"
+ line="69"
+ column="49"/>
</issue>
</issues> \ No newline at end of file