Hi,
i am building an android module that uses the CAMERA.
I get a permission failure in my example for android.permission.CAMERA. I know that it is normal and that i need to set that permission. What i would like is for the module to set the permission and not the app. That the user doesnt have to know what permission to set. Is there any way to do that?
Thanks
2 Answers
Accepted Answer
Correct Martin, and that too under <android><manifest></manifest></android> tags
Found my answer! Put it in the timodule.xml under the android section. Just the way you would put it in the tiapp.xml
Your Answer
Think you can help? Login to answer this question!