- 
                Notifications
    You must be signed in to change notification settings 
- Fork 163
Open
Labels
enhancementNew feature or requestNew feature or requestnative-sdkSpecific to native sdkSpecific to native sdkplatform-androidSpecific to Android platformSpecific to Android platform
Description
Description:
Starting from Android 16, the android system will ignore android:screenOrientation and resizability restrictions for large screen devices such as foldables and tablets.
This behavior may cause layout and usability issues in our app, especially in activities with fixed orientation or resizability restrictions.
Detected Restriction:
xml
<activity 
    android:name="io.intercom.android.sdk.activities.IntercomCarouselActivity" 
    android:screenOrientation="portrait" />
Impact:
- Android 16+ devices will ignore this restriction.
- The activity will be shown in all orientations and in resizable windows.
- This may lead to UI glitches, unexpected layouts, or usability problems.
Sergey04IO, wasitu and Dr-Usman
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnative-sdkSpecific to native sdkSpecific to native sdkplatform-androidSpecific to Android platformSpecific to Android platform