Merging AndroidManifest.xml, is Assets > Plugins > Android > [Necessary?]

Hello!

As the topic asks. If we want AndroidManifest.xml files to automatically merge during build do they have to be located inside the Assets > Plugins > Android > [Insert some folder here]? In other words, I take it, it’s not possibly to place it in: MyOwnFolder > Plugins > Android > SomeOtherFolder?

If I can’t, what is the reason for this? And is it possible to submit a feature request for this, if there’s no apparent reason for not being able to do it?

You should place your manifest at Assets/Plugins/Android

Alternatively, you may include an Android library (a folder structure that contains an AndroidManifest.xml at its root, along with a few other files). This folder should also be placed under Assets/Plugins/Android.