Mixing screenOrientation and translucency
Mixing screenOrientation and translucency
Specifying a fixed screen orientation with a translucent theme isn't supported on apps with targetSdkVersion
O or greater since there can be an another activity visible behind your activity with a conflicting request.
For example, your activity requests landscape and the visible activity behind your translucent activity request portrait. In this case the system can only honor one of the requests and currently prefers to honor the request from non-translucent activities since there is nothing visible behind them.
Devices running platform version O or greater will throw an exception in your app if this state is detected.
Issue id: TranslucentOrientation
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |