Skip to content
Snippets Groups Projects
Commit 4f3c5a71 authored by Xin Li's avatar Xin Li
Browse files

Merge Android 14 QPR3 to AOSP main

Bug: 346855327
Merged-In: Iede0c79fa9dbc2ea3146b829d629cfeb64f5a01c
Change-Id: I322d98ab53035bbc907f8551a97a7e5118ed022d
parents 974aaeb8 1464c7a3
No related branches found
No related tags found
No related merge requests found
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment