PassAndroid icon indicating copy to clipboard operation
PassAndroid copied to clipboard

Binary Eye not accepted as barcode scanner

Open spaetz opened this issue 3 years ago • 1 comments

Hey, this is passandroid 3.7.0 from Android.

Looking at the source code, it seems that it should be accepting Binary Eye as a barcode scanner. However, when trying to scan in a barcode, I get the 'Please install a barcode scanner' popup. So, it seems it does not recognize Binary Eye (which is an excellent barcode scanner, btw).

spaetz avatar Apr 24 '23 06:04 spaetz

Binary Eye supports the com.google.zxing.client.android.SCAN intent so it's already supported but Android isn't returning any apps when querying for that intent: #343

nomis avatar May 25 '23 23:05 nomis