What exactly is the difference between *AndroidManifest.xml* and *AndroidManifest-main.xml* in the `Temp/StagingArea` directory? To help guide this question, assume that I am building a project without a `Plugins/Android` directory into an Android APK. But, I wish to copy a version of an Android Manifest XML file so I can customize it (ie, add in more permissions to the file). Which file should I be copying/modifying from the defaults created in `Temp/StagingArea`?
↧