zxing-android-embedded
zxing-android-embedded copied to clipboard
Barcode scanner library for Android, based on the ZXing decoder
When added lib to the project I get an error when trying to assemble final apk. ``` implementation("com.journeyapps:zxing-android-embedded:4.3.0") ``` Error: ``` Type com.google.zxing.integration.android.IntentResult is defined multiple times: /home/vlad/.gradle/caches/8.12/transforms/3e81db890672a4e9697f221747a6890b/transformed/jetified-zxing-android-embedded-4.3.0-runtime.jar:com/google/zxing/integration/android/IntentResult.class, /home/vlad/workspace/EtKasa/app/build/intermediates/classes/fikPosRelease/transformFikPosReleaseClassesWithAsm/dirs/com/google/zxing/integration/android/IntentResult.class ```...
FYI : Google recommendation on Android 16 : "Remove resizing and orientation restrictions from your app to support large screen devices"
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...
### How to reproduce? Enable StrictMode and launch the scanner. **Please fix this issue if possible.** ### StackTrace ``` StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or...