I am working on an Android App which uses ZXING as external library. ZXING source code is not part of my application itself. I have setup ZXING project separately and refering that to my APP as android library.
My question is regarding exception handling/error handling related to ZXING. I know zxing already comes with some exception handling, but in case an uncaught exception occurs, I want to close my app along with ZXING. ZXING view remains active even when the app which called is killed. I can see the CaptureActivity layout still active, camera still scans.
How can I make sure that if my app crash & closes, it also closes ZXING ?.
Any advice on this front will be helpful.
Thanks a lot in advance.