I want to use java plugin in intel XDK for android project. I am following intel written plugin development tutorial and able to develop and use my plugin very well.
Problem: I have develop one more plugin which need some specific entries in the manifest file. There is one option/"text box" to enter manifest file in intel XDK which comes while uploading plugin, and the text box is labeled as "Enter Manifest". I have pasted my manifest file in this text box but these manifest entries are not taking effect. My special manifest entry which i want to make is a activity tag. Please let me know, if there is some other way to make these entries.