UUM-47926
Fixed in 2022.3.11f1Mentioned in 2 Unity 2022 LTS release notes.
First fixed in 2022.3.11f1 (Oct 10, 2023); relisted in 1 later release.
| Version | Section | Risk | Impact | Note |
|---|---|---|---|---|
| 2022.3.12f1 | Fixes Android | Fix | Further fix Screen.brightness setter on Xiaomi phones with Android 11 or higher. The minimum screen brightness value will be capped at 0.04, since setting this value lower would default to system brightness setting. | |
| 2022.3.11f1 | Fixes Android | Fix | Setting Screen.brightness will now work correctly, it will be applied via https://developer.android.com/reference/android/view/WindowManager.LayoutParams#screenBrightness, thus system setting 'display brightness' will remain unaffected, thus not affecting other applications. |