Skip to content

Action recommended by Google Play: Remove resizability and orientation restrictions in your app to support large screen devices #409

@binokaryg

Description

@binokaryg

With the most recent (1.6.0) release of cht-android, Google Play has recommended an action:

Remove resizability and orientation restrictions in your app to support large screen devices

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="org.medicmobile.webapp.mobile.UpgradingActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.DomainVerificationActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.RequestSendSmsPermissionActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.RequestStoragePermissionActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.RequestLocationPermissionActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.SettingsDialogActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.FreeSpaceWarningActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.ConnectionErrorActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="org.medicmobile.webapp.mobile.EmbeddedBrowserActivity" 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions