Remove resizability and orientation restrictions to support Android API 36 | Community
Skip to main content
Question

Remove resizability and orientation restrictions to support Android API 36

  • August 7, 2025
  • 1 reply
  • 20 views

Android API 36 is ignoring the orientation configuration. The Android SDK is fixing the orientation as portrait. We have got the following warning on Google Play:
 

From Android 16, Android will ignore resizability and orientation restrictions for large screen devices, such as foldables and tablets. This may lead to layout and usability issues for your users.

We detected the following resizability and orientation restrictions in your app:

  • <activity android:name="io.intercom.android.sdk.activities.IntercomCarouselActivity" android:screenOrientation="PORTRAIT" />

To improve the user experience for your app, remove these restrictions and check that your app layouts work on various screen sizes and orientations by testing on Android 16 and below.

Would it be possible to avoid orientation restrictions in the SDK?

1 reply

mateusz.leszkiewicz
Intercom Team
Forum|alt.badge.img+7

@narko,

It looks like something that our Devs Need to work. 
I will create an Intercom conversation for you and will add some context from my side. 

Hopefully the change will be implemented in the next Android SDK release.


Reply