Skip to content

Commit

Permalink
Merge tag 'android-14.0.0_r50' into staging/lineage-21.0_merge-androi…
Browse files Browse the repository at this point in the history
…d-14.0.0_r50

Android 14.0.0 Release 50 (AP2A.240605.024)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZmdzpwAKCRDorT+BmrEO
# eNrSAJwIkX9SuOc5OAqUycDvGjeqv3vpPwCfSRjjOMv0pgfpNREv+ux66QOVr4w=
# =WK8c
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Jun 11 00:44:07 2024 EEST
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <[email protected]>" [marginal]
# gpg: [email protected]: Verified 2510 signatures in the past
#      2 years.  Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381  0964 E8AD 3F81 9AB1 0E78

# By Cole Faust
# Via Android Build Coastguard Worker (4) and others
* tag 'android-14.0.0_r50':
  Baseline NewApi issues
  List baseline_filename on modules that are implititly using it

Change-Id: Ibc51d73a758559c87342fef199e500b74ee6c0b2
  • Loading branch information
mikeNG committed Jun 15, 2024
2 parents feb53d8 + ac26891 commit c22cfba
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
3 changes: 3 additions & 0 deletions java/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ android_app {
optimize: {
proguard_flags_files: ["proguard.flags"],
},
lint: {
baseline_filename: "lint-baseline.xml",
},
}
35 changes: 22 additions & 13 deletions java/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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>

0 comments on commit c22cfba

Please sign in to comment.