Hi,
In my Titanium application I need to take pictures from camera, while invoking the camera action I am getting following error
Permission failure: android.permission.CAMERA from uid=10037 pid=407
E/CameraService( 34): Permission Denial: can't use the camera pid=407, uid=10037
I am invoking the camera by following code
Titanium.Media.showCamera({
.....
.....
});
Where I have to add permission to use Camera? Anyone help me to solve this issue.
Thanks
--
You received this message because you are subscribed to the Google Groups "Appcelerator Titanium" group.
To post to this group, send email to appcelerat...@googlegroups.com.
To unsubscribe from this group, send email to appcelerator-tit...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/appcelerator-titanium?hl=en.
Titanium.Media.showCamera({
});
Also I dont have
custom AndroidManifest.xml file, how can I create custom AndroidManifest.xml....I am newbie to titanium and android
Thanks,
Karthi