2017-03-15

Hey,

I have this

<uses-feature android:name="android.hardware.camera" android:required="true" />

<uses-feature android:name="android.hardware.camera.autofocus" />

and

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

In my android manifest but i still need to manually go to settings->apps>app>permissions and enable it there. This is ofcourse no good if i want to get people to use it.

(the camera gets used by a plugin called vuforia)

Thanks.