Skip to content

Fix Android 16 incompatibility in zxing-android-embedded #2747

@TheLastProject

Description

@TheLastProject

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="com.journeyapps.barcodescanner.CaptureActivity" android:screenOrientation="SENSOR_LANDSCAPE" />

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.

Seems to be journeyapps/zxing-android-embedded#763

Seems there were no new releases in the last 4 years, no new commits in the last 3 years. We should try to migrate this quickly: https://github.com/journeyapps/zxing-android-embedded

Metadata

Metadata

Assignees

No one assigned

    Labels

    common: frequentAffects or can be seen by most users regularly or impacts most users' first experienceseverity: majorSeverely degrades major functionality or product features, with no satisfactory workaroundtype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions