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