Closed Bug 1903570 Opened 1 year ago Closed 1 year ago

OpenJDK 17 changes when targeting Android 15

Categories

(Firefox for Android :: General, task)

All
Android
task

Tracking

()

RESOLVED FIXED

People

(Reporter: mcarare, Assigned: mcarare)

References

Details

(Whiteboard: [fxdroid][group1])

Whiteboard: [fxdroid][group1]

After checking all the changes, the only change that seems to be impacting us is:

Changes to language code handling: When using the Locale API, language codes for Hebrew, Yiddish, and Indonesian are no longer converted to their obsolete forms (Hebrew: iw, Yiddish: ji, and Indonesian: in). When specifying the language code for one of these locales, use the codes from ISO 639-1 instead (Hebrew: he, Yiddish: yi, and Indonesian: id).

We previously mapped this manually, but it seems that it won't be necessary anymore.

Assignee: nobody → mcarare
Status: NEW → ASSIGNED
See Also: → 1914218

Tested on apps targeting Android 15, no changes in the behavior, the mapping is already correct.
Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1914218 as a follow-up to remove the unnecessary mapping after targeting SDK 35.

Closing this as per comments above.

Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.