Android Question ZXING trouble on Samsung Devices

Randori

Member
Licensed User
Longtime User
I have an app that uses ZXING for barcode reading...I am having problems with Samsung Phones on Android 11. When using the following code the applications prompts the user that Barcode Reader is not installed even though it is. It seems to work fine on several other phones running Android 10. Is this a Samsung issue or an Android 10 vs 11 issue?

B4X:
Sub ScanButton_Click
    myABBarcode.ABGetBarcode("myABBarcode","ONE_D_CODE_TYPES")
End Sub
 

Randori

Member
Licensed User
Longtime User
Thank you, Erel. I have resolved using a different library for a built in scanner. I will review your suggestion as another option to switch to.
 
Last edited:
Upvote 0
Top