Scan view Extension issue

I found another extension giving me problems on the apk and working perfectly using companion.
This is the ScanView extension that reads barcodes and QR-codes. When I press the button it should show the camera to look at a QR code to scan. Using companion it works but it doesn't work using apk.
This is the test app source code:

As this question is not related to your original thread, I now moved it into its own thread...
You might want to add a link to the extension you are using . Thank you...
Taifun

The extension is: com.silver.scanview.aix
In the mean time I found the solution: I added a block to give manully the permission to use the camera. Giving the permission the extension works.
The updated blocks:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.