Hey Guys,
how can I add the android-permission "CAMERA" permanently to the permissions?
The Permissions are specified in the *.xdk, if i add something in the "Add Permission" Inputbox in XDK it appears in
"addlPermissions_": "",
In the *.xdk file. But nothing I enter there actually works. For example: android.permission.CAMERA
What and how do i have to enter it, that the Permission is set? I think adding other plugins i don´t need with the permission is way too dirty.
Thank you very much!
Kind regards,
Florian
Link Copied
If you would like access to the device's camera, all that you need to add is CAMERA.
Also, If you add the camera Cordova plugin via the Plugin management section on the Project tab, you will be able to gain access to the Camera.
For more complete information about compiler optimizations, see our Optimization Notice.