zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Restrictions on resizing and orientation | Android 16

Open danielcshn opened this issue 8 months ago • 1 comments

Google Play Console Notice:

Starting with Android 16, Android will ignore resizing and orientation restrictions for large-screen devices such as foldables and tablets. This can lead to design and usability issues for users.

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

<activity android:name="com.journeyapps.barcodescanner.CaptureActivity" android:screenOrientation="SENSOR_LANDSCAPE" />

To improve the user experience in your app, remove these restrictions and verify that your layouts work across different screen sizes and orientations by testing on Android 16 and earlier.

danielcshn avatar Feb 22 '25 15:02 danielcshn