android module: how to set permissions?

You must Login before you can answer or comment on any questions.

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

— answered 10 months ago by Martin Guillon
answer permalink
2 Comments
  • you should mark this answer as the correct answers so others can benefit from the thread

    — commented 10 months ago by Aaron Saunders

  • I cant mark my own answer as the correct one :s

    — commented 10 months ago by Martin Guillon

Your Answer

Think you can help? Login to answer this question!