How do I set values in androidmanifest.xml for my build?

How do I set values in androidmanifest.xml for my build? Specifically I want to adjust:

    <supports-screens android:resizeable=["true"]
                      android:smallScreens=["false"] 
                      android:normalScreens=["true"] 
                      android:largeScreens=["true"] 
                      android:xlargeScreens=["false"]
                      android:anyDensity=["false"] />

I don't see any way of doing this within Unity itself.

2 Answers

2

Put an AndroidManifest.xml file in the \project\assets\plugins\android\ folder.

can only this part be put in that folder, is it going to be merged with the generated one?