Whenever trying to upload my application to play Console i am getting a message that i need to specify privacy policy because of my app requesting Camera permission.
While Zxing net requeries the permission, my app does not use any of the library functionality requering camera.
Is there a way to remove the camera permission from the final androidmanifest?
What i've tried is adding tool:node="remove" which no result at all.