"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Can't disable internet/network state permissions?

Making a super simple app that toggles the camera flash on/off, and I've run into an issue to where the app REQUIRES more permissions than I actually need. These being:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

I don't need either of those or use them, but if I remove them then the app doesn't work, I get "Failed to initialize QCAR" when i load it up. I HAVE to have those enabled for it to work. Has anyone run into a way to just access the camera and not require all these extra permissions or does Vucoria require those two to always be in there?