Anyway I could disable camera access from an app?

So I have an app that is designed for local files a lot but if a user navigates to an area for photo taking it causes the app to crash. I don't really need camera access requirement for my app that's why I never bothered to add the request in it because I didn't feel like it was needed.

Just remove the code accessing camera.

I don't really need camera access requirement for my app.       So how is it there is such camera code inside ? Either you need this code in the app, then you have to create the info.plist entry, or remove any code dealing with camera.

Anyway I could disable camera access from an app?
 
 
Q