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).
Alternatively: if you have a standalone OSS QR code scanning lib to recommend, I'm all ears.
k
Kents
01/25/2022, 5:14 PM
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
Michael Langford
01/25/2022, 6:24 PM
Thanks for checking Kent.
e
ephemient
01/25/2022, 6:30 PM
zxing is an old open source project for barcode scanning, it's no longer maintained but could be a place to start looking
ephemient
01/25/2022, 6:33 PM
but given that there's no Kotlin libraries for barcode scanning, this Slack is the not best place to ask