Skip to content

Remove Resizability and Orientation Restrictions for Large Screen Devices (Android 16+) #520

@abed-supy-io

Description

@abed-supy-io

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions