I am working on the Unity plugin and I
& lt; Activity & gt; in tag in I like to set it in the plugin manifest and add it to the project manifest instead of manually adding it. Is there any way to do this?
This is a late reply and maybe you have already thought it out. You can include this AndroidManifest.xml file in the Unity Project, here's the path: YourProjectname / Assets / Plugins / AndroidManifest.xml
When you create a project for Android, you get the Android Manifest. XML in YourProjectname / Temp / StagingArea / AndroidManifest.xml which is the last setting of your apk file. Hope that helps!
No comments:
Post a Comment