Will an Android Manifest file named "AndroidManifest 1.xml" file work?

Basically, does an Android Manifest file HAVE to be named “AndroidManifest.xml” in order to work? I have a couple of plugins with manifest files, and Unity has renamed one of them to “AndroidManifest 1.xml”, and I’m just wondering if that will cause problems?

(My plugins aren’t working, which is why I’m asking, but that may not be the cause.)

Thanks for any help!

The file needs to be named exactly AndroidManifest.xml App manifest overview  |  Android Developers

You should reorganize your plugins into folders. Unity can merge multiple plugin manifests into a single one when they are organized as libraries.