Hi there. We'd specced this app to use on-device b...
# android
m
Hi there. We'd specced this app to use on-device barcode scan when starting the process, but it appears MLKit by google still tries to send analytics despite being given lots of configuration params telling it not to. Does anyone use that library and know how to actually configure it to stop phoning home? (Compliance reasons, not just personal preferences here).
😶 3
Alternatively: if you have a standalone OSS QR code scanning lib to recommend, I'm all ears.
k
I just checked the codebase of an existing project at my current employer - sad to say they’re using a manufacturer supplied BCR lib that’s not OS.
m
Thanks for checking Kent.
e
zxing is an old open source project for barcode scanning, it's no longer maintained but could be a place to start looking
but given that there's no Kotlin libraries for barcode scanning, this Slack is the not best place to ask