it would make sense to have a separate project-level script that would (for android for example) contain stuff like setting the activity name rather than doing it all in create [1]. Ideally it would enable changing of app package/id etc in an already existing project too.
[1] https://github.com/apache/cordova-android/blob/master/bin/create.js#L216 On Sat, Mar 23, 2013 at 7:20 PM, Filip Maj <[email protected]> wrote: > > >In the future when we ship without core plugins it should also, on android > >at least, add appropriate permissions for the various plugins. > > This is already handled by the plugin.xml spec, where you can attach > arbitrary xml to any xml document that is platform-specific (such as > android manifest). > >
