Remove Camera Android apk permissions, after camera functionality removed.

Hello,

I have an app that had no camera permissions, all worked fine.
I made a scene and tested AR and decided it is not good for my application.

Now I have removed the scene from build/settings scene list, and disabled all the AR connections from the app.
The problem I have is now my app is requiring camera permissions when I no longer need them in my app?

If anyone could assist that would be great, and yes I have checked forums/answers/ youtube, and they are all outdated and do not work.

Notes:
The Unity folder player manifest file has no reference to camera xml line at all.
My_project/assets/plugins folder also has no manifest.xml file whatsoever.

I would like to fix this without having to unpack my apk and modify the apk manifest manually every time I push to play store, that sounds like an absolutely horrible and unnecessary publishing step for rolling out new version.

Please help if you can, thanks.

-A

Have the same problem here. With camera permission. Tested out a scene using WebcamTexture but no longer using scene and have deleted source file that reference it. Is there not an easy way to edit the Android Manifest file instead of letting Unity generate automated permissions?